Method: projects.deployments.uninstall
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 |
string
Required. The full resource name of the deployment to install. Example: projects/my_project/deployments/my_deployment .
Authorization requires the following IAM permission on the specified resource name :
gsuiteaddons.deployments.execute
|
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 OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-14 UTC.
[null,null,["Last updated 2025-01-14 UTC."],[[["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 URL `https://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 the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]