Removes all bots from a conference.
HTTP request
POST https://botsondemand.googleapis.com/v1/removeAllBotsFromConference/{conferenceCode}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
conferenceCode |
The conference to remove bots from. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for {@link RemoveAllBotsFromConferenceRequest}
JSON representation |
---|
{ "errorMessages": [ string ] } |
Fields | |
---|---|
errorMessages[] |
The error messages returned by bot removal failures. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/meetings
For more information, see the OAuth 2.0 Overview.