Delete Call

Soft-delete a call record.

DELETE/v2/calls/{call_id}

Soft-delete a call by marking its status as 'deleted'.

Path Parameters

The call ID

Response 204

No content. The call has been soft-deleted.

Note: Deleted calls are excluded from list results but retained in the database for billing audit purposes. Recordings are not deleted.


Errors

CodeDescription
404Call not found
403Not authorized to delete this call

On this page