post https://your-instance.stats.pbx.commpeak.com/api/hangup
Hangup Call
This endpoint allows you to hang up a call by providing the unique ID of the call.
Request Body Parameters
- uniqueId(required): Please enter the “uniqueid” of a call you would like to hang up.
 
- format: The format of the response.
 
Response
The response will include the following fields:
- success: Indicates the success status of the hangup operation.
 
- message: Provides additional information or error message, if applicable.
 
Example
{
    "success": "",
    "message": ""
}