Method: photoSequence.delete
Menghapus PhotoSequence
dan metadatanya.
Metode ini menampilkan kode error berikut:
Permintaan HTTP
DELETE https://streetviewpublish.googleapis.com/v1/photoSequence/{sequenceId}
URL menggunakan sintaksis gRPC Transcoding.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons akan kosong.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
https://www.googleapis.com/auth/streetviewpublish
Untuk informasi selengkapnya, lihat Ringkasan OAuth 2.0.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-01 UTC.
[null,null,["Terakhir diperbarui pada 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"]]