Method: buyers.clients.users.delete
Stay organized with collections
Save and categorize content based on your preferences.
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-06 UTC.
[null,null,["Last updated 2025-01-06 UTC."],[[["\u003cp\u003eDeletes an existing client user, revoking their access to the Authorized Buyers UI permanently unless a new user is created and activated.\u003c/p\u003e\n"],["\u003cp\u003eUses a DELETE request to the specified URL with the buyer, client, and user IDs as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eRequires an empty request body and returns an empty response body upon successful deletion.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/authorized-buyers-marketplace\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document outlines how to delete a client user, revoking their access to the Authorized Buyers UI. The process involves a `DELETE` HTTP request to a specific URL, structured using gRPC Transcoding syntax. The required URL parameter, `name`, identifies the user via a string format: `buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}`. The request body must be empty. Upon success, an empty JSON object is returned, and OAuth scope `https://www.googleapis.com/auth/authorized-buyers-marketplace` is required for authorization.\n"],null,["# Method: buyers.clients.users.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes 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.\n\n### HTTP request\n\n`DELETE https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{name=buyers/*/clients/*/users/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}` |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is an empty JSON object.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/authorized-buyers-marketplace`"]]