Cancel Calls API
Cancel Calls API can be used to cancel uploaded fresh calls and scheduled calls that are yet to be attempted.
URL
https://<subdomain>.ryng.in/rest-api/v1/progressive/call/<callId>/cancel
Replace
<subdomain>with your account subdomain.Replace
callIdwith the call ID that you want to cancel.
Method
POST
Headers
Key
Description
x-access-token
The access token is provisioned for you by Ryng. If you do not have this already, please reach out to your Ryng project champion. Alternatively, you can raise a request on our support portal.
API Responses
Cancel API
POST https://tenant.ryng.in/rest-api/v1/progressive/call/:callId/cancel
Headers
Name
Type
Description
x-access-key*
String
{
"error": false,
"message": "Call Cancelled",
"data": {}
}{
"error": true,
"message": "Unauthorized Token"
}{
"error": true,
"message": "Call ID does not exist"
}Last updated