Cancel Outbound Calls
Last updated
Last updated
- NEW! - Interactive API docs, now live!
Visit to read Plum API documentation, build and test requests in our interactive API sandbox, review the responses, and share it all with your team.
DELETE
https://fuse.plumvoice.com/api/apps/{application_id}/{deployment_id}/cancel
Cancel all pending outbound calls
application_id
string
Application ID number.
deployment_id
string
Deployment ID number.
202: calls successfully canceled
401: authentication headers invalid or the account is inactive
403: the account attempting to cancel calls does not have appropriate permissions
404: user, deployment, or application not found
405: invalid HTTP method supplied (only DELETE allowed)
500: database error
The return structure contains the following item(s):
Name
Data Type
Always Present
Description
error
string
no
If the HTTP code is not 202, this provides a message indicating what error occurred.
This sample PHP code that makes a request to this method:
To find this number, .
To find this number, .