Delete Call
This request hangs up the call, targeted by ID.
delete | /calls/{id} |
Sample Request
This is a sample DELETE request to hang up a call, targeted by ID:
curl -X DELETE \
'https://api.carrierx.com/conference/v1/calls/174' \
-u '[your_user_name]:[your_password]'
Sample Response
204
status code with an empty body:
Path Arguments
Parameter | Data Type | Description |
---|---|---|
id required | integer | The ID of the call to be deleted. |