Trillet AI logo

Delete Voice

Delete a custom voice from your workspace.

DELETEhttps://api.trillet.ai/v1/api/voices/{id}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Path Parameters

idstringrequired

The unique identifier of the voice to delete.

Response Fields

successboolean

Whether the deletion was successful.

{
  "success": true
}