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
Language
Click Try It! to start a request and see the response here!