Skip to main content
DELETE
/
v1
/
voices
/
{id}
Delete a designed voice
curl --request DELETE \
  --url https://api.pyai.com/v1/voices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "param": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer pyai_live_... (or pyai_test_...).

Path Parameters

id
string
required

Designed voice id, e.g. vd_7h16k.

Response

Deleted