Skip to main content
DELETE
/
v1
/
delete-agent
/
{agent_id}
curl -X DELETE https://api.voicy.co/v1/delete-agent/550e8400-e29b-41d4-a716-446655440001 \
  -H "Authorization: Bearer voicy_sk_live_xxx"
// No response body
Permanently delete an agent. This operation cannot be undone.
An agent cannot be deleted if it is currently assigned to any phone numbers. You must first reassign or remove the phone number associations.

Path Parameters

agent_id
string
required
The unique identifier of the agent (UUID format).

Response

Returns 204 No Content on successful deletion.
curl -X DELETE https://api.voicy.co/v1/delete-agent/550e8400-e29b-41d4-a716-446655440001 \
  -H "Authorization: Bearer voicy_sk_live_xxx"
// No response body