Method: photoSequence.delete
ลบ PhotoSequence
และข้อมูลเมตา
เมธอดนี้จะแสดงรหัสข้อผิดพลาดต่อไปนี้
คำขอ HTTP
DELETE https://streetviewpublish.googleapis.com/v1/photoSequence/{sequenceId}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
sequenceId |
string
ต้องระบุ รหัสของ PhotoSequence
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากสำเร็จ เนื้อหาการตอบกลับจะว่างเปล่า
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/streetviewpublish
ดูข้อมูลเพิ่มเติมได้ที่ภาพรวมของ OAuth 2.0
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-01 UTC
[null,null,["อัปเดตล่าสุด 2023-12-01 UTC"],[[["Deletes a PhotoSequence and its metadata using a DELETE request to a specified URL."],["Requires a `sequenceId` path parameter to identify the PhotoSequence to delete."],["Returns an empty response body if successful, or an error code if the deletion fails due to permission issues, non-existent sequence, or ongoing processing."],["Needs authorization with the `https://www.googleapis.com/auth/streetviewpublish` scope."]]],["This document outlines how to delete a PhotoSequence and its associated metadata via a DELETE HTTP request to `https://streetviewpublish.googleapis.com/v1/photoSequence/{sequenceId}`. The `sequenceId` is a required path parameter. The request body must be empty, and a successful deletion results in an empty response body. Authorization requires the `https://www.googleapis.com/auth/streetviewpublish` OAuth scope. Potential errors include `PERMISSION_DENIED`, `NOT_FOUND`, and `FAILED_PRECONDITION`.\n"]]