Method: edits.images.delete
تصویر (مشخص شده توسط id) را از ویرایش حذف می کند.
درخواست HTTP
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
package Name | string نام بسته برنامه |
edit Id | string شناسه ویرایش |
language | string کد محلی سازی زبان (برچسب زبان BCP-47؛ به عنوان مثال، "de-AT" برای آلمانی اتریشی). |
image Type | enum ( AppImageType ) نوع تصویر |
image Id | string شناسه منحصر به فرد یک تصویر در مجموعه تصاویر پیوست شده به این ویرایش. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ یک شی 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 an image from a specific edit of an Android app in the Google Play Store."],["Requires providing the package name, edit ID, language, image type and image ID in the request URL."],["Uses an HTTP DELETE request with an empty body."],["A successful deletion results in an empty response body."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document details the process for deleting an image from an app's edit listing. The action is performed via a `DELETE` HTTP request to a specific URL, including the app's package name, edit ID, language, image type, and image ID as path parameters. The request body must be empty. A successful deletion returns an empty JSON object. This process requires `https://www.googleapis.com/auth/androidpublisher` authorization scope.\n"]]