Method: accounts.delete
حذف الحساب المحدّد بغض النظر عن نوعه: حساب مستقل أو حساب متعدّد العملاء أو حساب فرعي يؤدي حذف حساب متعدّد العملاء إلى حذف كل حساباته الفرعية. يتطلّب تنفيذ هذه الطريقة إذن وصول إداري.
طلب HTTP
DELETE https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
name |
string
مطلوبة. اسم الحساب الذي تريد حذفه. تنسيق الملف: accounts/{account}
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يكون نص الاستجابة فارغًا.
نطاقات الأذونات
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/content
لمزيد من المعلومات، يُرجى الاطِّلاع على نظرة عامة على OAuth 2.0.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-06-27 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-06-27 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]