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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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.\u003c/p\u003e\n"],["\u003cp\u003eRequires a DELETE request to the specified endpoint with the buyer, client, and user IDs in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and a successful deletion results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/authorized-buyers-marketplace\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["A `DELETE` request to `https://authorizedbuyersmarketplace.googleapis.com/v1/{name=buyers/*/clients/*/users/*}` deletes a client user. The `name` path parameter, formatted as `buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}`, is required. The request body must be empty. Successful deletion results in an empty JSON response. Deleting a user permanently revokes their UI access. This action requires the `https://www.googleapis.com/auth/authorized-buyers-marketplace` OAuth scope.\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/v1/{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`"]]