[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-15 (世界標準時間)。"],[[["This document details how to delete a Google Workspace Add-on deployment using the `DELETE` HTTP request method."],["The request requires specifying the deployment's name as a path parameter and optionally an etag as a query parameter for concurrency control."],["Successful deletion results in an empty JSON response body, indicating the deployment has been removed."],["Authorization for this operation necessitates the `cloud-platform` OAuth scope and the `gsuiteaddons.deployments.delete` IAM permission."],["The request body should be empty when sending the delete request."]]],["This document details the process of deleting a deployment using an HTTP DELETE request. The request URL, employing gRPC Transcoding syntax, requires a `name` path parameter, specifying the deployment's full resource name. Optionally, the `etag` query parameter can be used for conditional deletion. The request body must be empty. Successful deletion returns an empty JSON object. This action requires the `gsuiteaddons.deployments.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope.\n"]]