Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Avatar ID
Response
Successfully deleted avatar
curl --request DELETE \
--url https://api.anam.ai/v1/avatars/{id} \
--header 'Authorization: Bearer <token>'Delete an avatar by ID
curl --request DELETE \
--url https://api.anam.ai/v1/avatars/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Avatar ID
Successfully deleted avatar
Was this page helpful?