Speechbase

Delete a voice

Permanently deletes a voice. Returns 404 if the voice does not exist.

DELETE
/v1/voices/{voiceId}

Permanently deletes a voice. Returns 404 if the voice does not exist.

Authorization

bearerAuth
AuthorizationBearer <token>

API key

In: header

Path Parameters

voiceId*string

Voice UUID

Formatuuid

Response Body

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/v1/voices/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Authorization: Bearer $SPEECHBASE_API_KEY"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}