Method: edits.listings.delete
فهرست فروشگاه محلی را حذف می کند.
درخواست HTTP
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
package Name | string نام بسته برنامه |
edit Id | string شناسه ویرایش |
language | string کد محلی سازی زبان (برچسب زبان BCP-47؛ به عنوان مثال، "de-AT" برای آلمانی اتریشی). |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ یک شی JSON خالی است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/androidpublisher
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی."],[[["Deletes a localized store listing for a specific app, edit, and language."],["Requires an HTTP DELETE request to the specified URL with path parameters for package name, edit ID, and language code."],["The request body should be empty, and a successful response will also be empty."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document outlines the process for deleting a localized store listing using an HTTP DELETE request. The URL structure, including required `packageName`, `editId`, and `language` path parameters, is defined. The request body must be empty. Successful deletion results in an empty JSON object response. The operation requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization. It is using the gRPC Transcoding syntax.\n"]]