# Stop Bot Stop a running meeting bot. This will cause the bot to leave the meeting and begin processing the recording. Endpoint: POST /bot/{id}/stop Version: v1 Security: bearerAuth ## Path parameters: - `id` (string, required) Bot ID ## Response 200 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string) Error message ## Response 403 fields (application/json): - `message` (string) Error message ## Response 404 fields (application/json): - `message` (string) Error message