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