Delete Call

To delete call using the Teloai API, you must authenticate each request with an API key. This key must be included in the headers of your HTTP request.

Delete Call

delete

Cancel or remove a call record.

Path parameters
callIdstringRequired
Responses
204

Call deleted successfully

No content

delete
/api/calls/{callId}
DELETE /api/calls/{callId} HTTP/1.1
Host: api.teloai.app
Accept: */*
204

Call deleted successfully

No content