DELETE
/
v2
/
personas
/
{persona_id}
Delete Persona
curl --request DELETE \
  --url https://tavusapi.com/v2/personas/{persona_id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

persona_id
string
required

The unique identifier of the persona.

Example:

"pf3073f2dcc1"

Response

204

NO CONTENT