Skip to main content
DELETE
/
voices
/
{id}
Delete Voice
curl --request DELETE \
  --url https://api.revring.ai/v1/voices/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Generate API keys from the RevRing dashboard.

Path Parameters

id
string
required

Voice ID

Response

The voice was deleted

data
object