Skip to main content
DELETE
/
v1
/
calls
/
{callId}
Delete Phone Call
curl --request DELETE \
  --url https://api.sigmamind.ai/v1/calls/{callId} \
  --header 'X-API-Key: <api-key>'
{
  "error": "Bad Request",
  "message": "Invalid request parameters",
  "path": "/v1/calls",
  "status": 400,
  "timestamp": "2025-11-14T18:18:35.152Z"
}

Authorizations

X-API-Key
string
header
required

API Key is required in header. You can find it in the settings

Path Parameters

callId
string
required

A unique identifier for any call, whether inbound, outbound, or web-based.

Response

OK