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