Method: edits.images.deleteall
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Belirtilen dil ve resim türündeki tüm resimleri siler. Resim bulunamazsa boş bir yanıt döndürülür.
HTTP isteği
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
packageName |
string
Uygulamanın paket adı.
|
editId |
string
Düzenlemenin tanımlayıcısıdır.
|
language |
string
Dil yerelleştirme kodu (BCP-47 dil etiketi; örneğin, Avusturya Almancası için "de-AT"). Uygulama tarafından desteklenmeyen bir dil sağlamanın hiçbir etkisi yoktur.
|
imageType |
enum (AppImageType )
Resmin türü. Hiçbir resme atıfta bulunmayan bir resim türü sağlamak hiçbir işlem yapmaz.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Tüm resimlerin silinmesiyle ilgili yanıt.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"deleted": [
{
object (Image )
}
]
} |
Alanlar |
deleted[] |
object (Image )
Silinen resimler.
|
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/androidpublisher
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-12-17 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-12-17 UTC."],[[["Deletes all images for a specified language and image type within an app's edit."],["Requires providing the package name, edit ID, language code, and image type in the request."],["Uses an HTTP DELETE request with no request body and an empty response for success."],["Authorization is needed with the `https://www.googleapis.com/auth/androidpublisher` scope."],["The response may contain a list of deleted images if any were found."]]],["The content details deleting all images of a specific type and language for an app. It uses a `DELETE` HTTP request to a specific URL, defined by `packageName`, `editId`, `language`, and `imageType`. The request body must be empty. A successful response provides a JSON array detailing the deleted images. The process requires `androidpublisher` authorization and uses gRPC Transcoding. The request is a no-op if the input language or image type refers to no existing image.\n"]]