DocsAPI ReferenceReset bot avatar
DELETE
/api/v1/bots/{bot_id}/avatarResets the bot's camera feed back to the default avatar (or the custom avatar set via `default_avatar_url` on the bot).
Path Parameters
bot_idstringrequirede.g. "550e8400-e29b-41d4-a716-446655440000"Bot UUID.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
202Avatar reset to default.
404Bot not found or not currently active.
Try it live
API Configurationglobal · all endpoints
DELETE
https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/avatarPath Parameters
curl -X DELETE 'https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/avatar' \