Method: buyers.clients.users.delete
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The DELETE request method is used to delete an existing client user.
The client user will lose access to the Authorized Buyers UI after deletion and cannot have their access restored unless a new user is created and activated.
The API endpoint for deleting a client user follows the format buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}.
The request body must be empty and a successful response will be an empty JSON object.
This action requires authorization using the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth 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.
[[["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."],[],["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"]]