Disconnect an Outbound Call

Disconnect an active outbound call.

Endpoint

POST /api/v1.1.0/outbound/hangup?token={token}

Request Parameters

Name Importance Type Description
outboundid Required String Hang up the specified outbound call.

Examples

Request Example
POST /api/v1.1.0/outbound/hangup?token=1e3b3ebb6a974cb42ed31de5413df52d HTTP/1.1
Content-Type:application/json; charset=utf-8
Host: api.yeastarcloud.com
{
    "outboundid": "1495705264.322"
}
Response Example
HTTP/1.1 200 OK
Access-control-allow-origin: *
Access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE
{
    "status": "Success"
}