post https://api.acefone.co.uk/v1/call/hangup
Currently, active/live call can be hung up by using the below method.
curl --request POST \
--url https://api.acefone.co.uk/v1/call/hangup \
--header 'accept: application/json' \
--header 'content-type: application/json'
Body Parameters
Variable Name | Description | Data Type |
---|---|---|
call_id | Unique ID of the call | String |
Response
Variable Name | Description | Data Type |
---|---|---|
success | Request success status | Boolean |
message | Message corresponding success status | String |