Hangup calls

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 NameDescriptionData Type
call_idUnique ID of the callString

Response

Variable NameDescriptionData Type
successRequest success statusBoolean
messageMessage corresponding success statusString
Body Params
string
required

Unique ID of the call

Headers
string
Responses

500

500 response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json