Skip to main content
DELETE
/
v1
/
voices
/
{voice_id}
Delete a registered voice
curl --request DELETE \
  --url https://api.spitch.app/v1/voices/{voice_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Authenticate with Authorization: Bearer <token>. The service accepts JWTs, API keys, and guest tokens through this bearer token header.

Path Parameters

voice_id
string
required

Response

Successful Response

The response is of type Response Delete Voice Metadata V1 Voices Voice Id Delete · object.