Method: accounts.delete
刪除指定帳戶,無論其類型為獨立帳戶、MCA 或子帳戶皆可。刪除 MCA 會導致所有子帳戶一併刪除。執行這個方法需要管理員存取權。只有在帳戶未為任何其他帳戶提供服務,且沒有已處理的商品時,刪除作業才會成功。您可以使用 force
參數覆寫這項設定。
HTTP 要求
DELETE https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
name |
string
必要欄位。要刪除的帳戶名稱。格式:accounts/{account}
|
查詢參數
參數 |
force |
boolean
選用設定。如果設為 true ,即使帳戶為其他帳戶提供服務或已處理優惠,系統仍會刪除該帳戶。
|
回應主體
如果成功,回應主體會是空的 JSON 物件。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/content
詳情請參閱 OAuth 2.0 總覽。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-22 (世界標準時間)。
[null,null,["上次更新時間:2024-12-22 (世界標準時間)。"],[[["Deletes a specified account, including standalone, MCA, and sub-accounts, requiring admin access."],["Deletion is conditional on the account not serving others or having processed offers, unless overridden with the `force` parameter."],["The request is sent as a `DELETE` method to the provided URL with the account name as a path parameter and optional `force` query parameter."],["The request body is empty, and a successful response returns an empty JSON object."],["Requires the `https://www.googleapis.com/auth/content` OAuth scope for authorization."]]],[]]