Method: inventory.partners.merchants.delete
指定されたアグリゲータによって管理されている既存の Merchant
を削除します。販売者のすべてのサービスと空き状況も無効になります。後でその販売者を再度追加すると、サービスと空き状況スロットの同じセットも有効になります。
HTTP リクエスト
DELETE https://mapsbooking.googleapis.com/v1alpha/inventory/{name=partners/*/merchants/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
削除する販売者のリソース名形式は Partners/{partner_id}/merchants/{merchantId} です。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/mapsbooking
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-10 UTC。
[null,null,["最終更新日 2024-07-10 UTC。"],[[["Deletes an existing Merchant along with its services and availability, allowing for re-addition with the same data."],["Uses a DELETE request to the specified URL with the merchant's resource name as a path parameter."],["Requires an empty request body and returns an empty response body upon successful deletion."],["Needs authorization with the `https://www.googleapis.com/auth/mapsbooking` scope."]]],[]]