- 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 empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authorization guide.