cURL
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" }
Delete Phone Call record using callId
API Key is required in header. You can find it in the settings
A unique identifier for any call, whether inbound, outbound, or web-based.
OK