Skip to main content
DELETE
/
v1
/
call-delete
/
{call_id}
curl -X DELETE https://api.voicy.co/functions/v1/call-delete/550e8400-e29b-41d4-a716-446655440000 \
  -H "Authorization: Bearer voicy_sk_live_xxx"
{
  "deleted_count": 1
}
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 200 OK with the number of deleted calls.
curl -X DELETE https://api.voicy.co/functions/v1/call-delete/550e8400-e29b-41d4-a716-446655440000 \
  -H "Authorization: Bearer voicy_sk_live_xxx"
{
  "deleted_count": 1
}