Method: accounts.locations.admins.delete

  • This API endpoint (DELETE) removes a specified admin from a Google My Business location.

  • It requires an empty request body and returns an empty response body upon successful execution.

  • The API uses the name path parameter to identify the admin to be removed.

  • Authorization is required using one of the specified OAuth scopes: https://www.googleapis.com/auth/plus.business.manage or https://www.googleapis.com/auth/business.manage.

  • This endpoint is deprecated; use the Account Management API instead.

Removes the specified admin as a manager of the specified location.

HTTP request

DELETE https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/admins/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The resource name of the admin to remove from the location.

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.