Method: removeAllBotsFromConference.removeAllBotsFromConference

Removes all bots from a conference.

Only bots owned by the caller will be removed from the meeting.

HTTP request

POST https://botsondemand.googleapis.com/v1/removeAllBotsFromConference/{conferenceCode}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
conferenceCode

string

Required. The conference to remove bots from.

Request body

The request body must be empty.

Response body

Response for {@link RemoveAllBotsFromConferenceRequest}

If successful, the response body contains data with the following structure:

JSON representation
{
  "errorMessages": [
    string
  ]
}
Fields
errorMessages[]

string

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.