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
| Code | Description |
|---|---|
404 | Call not found |
403 | Not authorized to delete this call |