CancelCall
Call the CancelCall operation to cancel incoming and outgoing calls initiated by ClickToDial.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dyvms:CancelCall |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CallId |
string |
Yes |
The unique receipt ID for this call. Obtain it from the return information of the ClickToDial interface. |
116012854210^10281427**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Status |
boolean |
Indicates whether the call was successfully canceled. Values:
|
true |
| Code |
string |
The request status code.
|
OK |
| Message |
string |
Description of the status code. |
OK |
| RequestId |
string |
The request ID. |
F655A8D5-B967-440B-8683-DAD6FF8DE990 |
Examples
Success response
JSON format
{
"Status": true,
"Code": "OK",
"Message": "OK",
"RequestId": "F655A8D5-B967-440B-8683-DAD6FF8DE990"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.