DocsAPI ReferenceReset bot avatar
DELETE/api/v1/bots/{bot_id}/avatar

Resets 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-Keystringrequired

Your workspace API key.

Responses

202Avatar reset to default.
404Bot not found or not currently active.