Delete a persona by its ID
curl --request DELETE \ --url https://api.anam.ai/v1/personas/{id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Persona id
Successfully deleted persona
Was this page helpful?