cURL
curl --request DELETE \ --url https://dev.voice.ai/api/v1/tts/voice/{voice_id} \ --header 'Authorization: Bearer <token>'
{ "status": "deleted", "voice_id": "<string>" }
Delete a voice. Owner-only.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response
"deleted"