Endpoint
DELETE /user/calls/{call}
Path parameters
Unique identifier of the call to delete.
Response
Confirmation that the call was deleted.
Example
200 Success
404 Not found
Permanently delete a call record and its associated data.
DELETE /user/calls/{call}
curl -X DELETE "https://portal.intellixent.ai/api/user/calls/123" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"message": "Call deleted successfully"
}
{
"message": "Call not found"
}