Skip to main content
Permanently deletes a call record belonging to the authenticated user. This includes the transcript, recording, and all associated metadata.

Endpoint

DELETE /user/calls/{call}

Path parameters

integer
required
Unique identifier of the call to delete.

Response

string
Confirmation that the call was deleted.

Example

200 Success
404 Not found
Deletion is permanent. The call record, transcript, and recording file are all removed and cannot be recovered.