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