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.
[null,null,["Last updated 2025-06-12 UTC."],[],["This content describes unsubscribing clients from an auction package via an API. The `POST` request is sent to a specific URL including the auction package's ID, formatted as `buyers/*/auctionPackages/*`. The request body contains a JSON list of client IDs to unsubscribe, structured as `buyers/{accountId}/clients/{clientAccountId}`. Successful requests return an `AuctionPackage` instance. This process uses gRPC Transcoding and requires the `authorized-buyers-marketplace` OAuth scope.\n"]]