DocsAPI ReferenceLower the bot's hand
DELETE/api/v1/bots/{bot_id}/hand

Lowers the bot's raised hand in the meeting UI. Bot must be in `active` status.

Path Parameters

bot_idstringrequirede.g. "550e8400-e29b-41d4-a716-446655440000"

Bot UUID.

Headers

X-API-Keystringrequired

Your workspace API key.

Responses

202Hand lower command sent.
404Bot not found or not currently active.