AI-generated Key Takeaways
-
Uninstalls a specified test deployment from a user's account.
-
Requires an empty request body and returns an empty JSON object upon successful completion.
-
Uses the
POST
method with the URLhttps://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*}:uninstall
, where{name}
represents the deployment's full resource name. -
Needs the
gsuiteaddons.deployments.execute
IAM permission and thehttps://www.googleapis.com/auth/cloud-platform
OAuth scope for authorization.
Uninstalls a test deployment from the user’s account. For more information, see Test your add-on.
HTTP request
POST https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*}:uninstall
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The full resource name of the deployment to install. Example: Authorization requires the following IAM permission on the specified resource
|
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.