Skip to main content
DELETE
/
v1
/
library
/
personas
/
{persona_id}
/
voice-config
Detach the voice preset from a library persona (Feather staff only)
curl --request DELETE \
  --url https://api-sandbox.featherhq.com/v1/library/personas/{persona_id}/voice-config \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

persona_id
string<uuid>
required

Response

Successful Response