post
https://api.acefone.co.uk/v1/call/hangup
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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 |
500500 response
