Skip to content
Get started

Delete a voice

DELETE/voices/{id}

Delete a cloned voice. Only cloned voices can be deleted. Returns 409 if the voice is in use by an assistant.

Path ParametersExpand Collapse
id: string
ReturnsExpand Collapse
success: boolean

Delete a voice

curl https://www.getrevox.com/api/voices/$ID \
    -X DELETE \
    -H "Authorization: Bearer $REVOX_API_KEY"
{
  "success": true
}
Returns Examples
{
  "success": true
}