# 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) Example: "Meeting bot is shutting down." ## Response 401 fields (application/json): - `message` (string) Error message Example: "Unauthenticated." ## Response 403 fields (application/json): - `message` (string) Error message Example: "Meeting bot is not joining or recording state." ## Response 404 fields (application/json): - `message` (string) Error message Example: "No results found."