DELETE
/
v1
/
calls
/
{callId}
Delete Phone Call
curl --request DELETE \
  --url https://api.sigmamind.ai/v1/calls/{callId} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

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