Method: buyers.clients.users.delete

  • The DELETE request to the specified URL will delete an existing client user who will then lose access to the Authorized Buyers UI.

  • Deleting a client user is irreversible; access cannot be restored without creating and activating a new user.

  • The request requires a name path parameter in the format buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}.

  • The request body must be empty, and a successful response will also be an empty JSON object.

  • The operation requires the https://www.googleapis.com/auth/authorized-buyers-marketplace authorization scope.

Deletes an existing client user. The client user will lose access to the Authorized Buyers UI. Note that if a client user is deleted, the user's access to the UI can't be restored unless a new client user is created and activated.

HTTP request

DELETE https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{name=buyers/*/clients/*/users/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/authorized-buyers-marketplace