Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Voice ID
Response
Successfully deleted voice
curl --request DELETE \
--url https://api.anam.ai/v1/voices/{id} \
--header 'Authorization: Bearer <token>'Delete a voice by ID
curl --request DELETE \
--url https://api.anam.ai/v1/voices/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Voice ID
Successfully deleted voice
Was this page helpful?