Skip to main content
DELETE
/
v1
/
delete-call
/
{call_id}
curl -X DELETE https://api.voicy.co/v1/delete-call/550e8400-e29b-41d4-a716-446655440000 \
  -H "Authorization: Bearer voicy_sk_live_xxx"
(empty response body)
Permanently delete a call and all associated data, including the recording and transcript.
This action cannot be undone. The call data will be permanently removed.

Path Parameters

call_id
string
required
The unique identifier of the call (UUID format).

Response

Returns 204 No Content on success.
curl -X DELETE https://api.voicy.co/v1/delete-call/550e8400-e29b-41d4-a716-446655440000 \
  -H "Authorization: Bearer voicy_sk_live_xxx"
(empty response body)