Required. Name of the auction package. Format: buyers/{accountId}/auctionPackages/{auctionPackageId}
Request body
The request body contains data with the following structure:
JSON representation
{"clients": [string]}
Fields
clients[]
string
Optional. A list of client buyers to unsubscribe from the auction package, with client buyer in the format buyers/{accountId}/clients/{clientAccountId}.
Response body
If successful, the response body contains an instance of AuctionPackage.
[[["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 2024-09-18 UTC."],[[["Unsubscribe one or more clients from a specified auction package."],["The request requires the auction package name and a list of client buyer IDs to unsubscribe."],["A successful response returns the updated AuctionPackage object."],["The operation requires authorization with the `https://www.googleapis.com/auth/authorized-buyers-marketplace` scope."]]],[]]