Skip to main content
DELETE
/
api
/
v1
/
tts
/
voice
/
{voice_id}
Delete Voice
curl --request DELETE \
  --url https://dev.voice.ai/api/v1/tts/voice/{voice_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "deleted",
  "voice_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Path Parameters

voice_id
string
required

Response

Successful Response

status
string
Example:

"deleted"

voice_id
string