Cancel a running or scheduled call.
require "revox" revox = Revox::Client.new(api_key: "My API Key") response = revox.call.cancel("id") puts(response)
{ "success": true }
I can help answer questions about Revox. What do you want to build?