Method: customers.deployments.delete
HTTP isteği
DELETE https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
İstek metni
İstek metni boş olmalıdır.
Yanıt metni
Başarılı olursa yanıt gövdesi boş olur.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/sasportal
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: 2022-11-02 UTC.
[null,null,["Son güncelleme tarihi: 2022-11-02 UTC."],[[["Deletes a specific deployment using an HTTP DELETE request."],["Requires the `name` path parameter to identify the target deployment."],["The request body should be empty, and a successful deletion results in an empty response body."],["Authorization is necessary using the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["The core function described is the deletion of a deployment. This is achieved via a `DELETE` HTTP request to a specified URL, formatted using gRPC Transcoding syntax. The URL contains a required `name` path parameter, which represents the deployment to be deleted. The request body must be empty, and a successful deletion results in an empty response body. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]