Skip to main content
DELETE
/
v1
/
voices
/
{id}
delete voice
curl --request DELETE \
  --url https://api.anam.ai/v1/voices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Voice deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Voice ID

Response

Successfully deleted voice

message
string
Example:

"Voice deleted successfully"

Last modified on April 22, 2026