Method: edits.listings.delete
ลบข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้ว
คำขอ HTTP
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
editId |
string
ตัวระบุของการแก้ไข
|
language |
string
รหัสการแปลภาษา (แท็กภาษา BCP-47 เช่น "de-AT" สำหรับเยอรมันออสเตรีย)
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะเป็นออบเจ็กต์ JSON ว่าง
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[null,null,["อัปเดตล่าสุด 2024-12-17 UTC"],[[["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"]]