AI-generated Key Takeaways
- 
          This document details how to delete a Google Workspace Add-on deployment using the DELETEHTTP 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-platformOAuth scope and thegsuiteaddons.deployments.deleteIAM permission.
- 
          The request body should be empty when sending the delete request. 
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Deletes the deployment with the given name.
HTTP request
DELETE https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. The full resource name of the deployment to delete. Example:  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| etag | 
 The etag of the deployment to delete. If this is provided, it must match the server's etag. | 
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authorization guide.