POST
/
v1
/
calls
/
{call_id}
/
terminate
curl --request POST \
  --url https://api.callrounded.com/v1/calls/{call_id}/terminate \
  --header 'X-Api-Key: <api-key>'
{
"message": "Call terminated successfully",
"data": "<any>",
"error": {
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
},
"status": 200
}

Authorizations

X-Api-Key
string
header
required

The API Key created in Rounded Studio.

Path Parameters

call_id
string
required

Response

200
application/json

Successfully terminated call or call already terminated

The response is of type object.