Stay organized with collections
Save and categorize content based on your preferences.
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 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-22 UTC."],[],["This document outlines how to uninstall a test deployment from a user's account via an HTTP POST request. The request is sent to a specific URL, incorporating a required path parameter, `name`, which identifies the deployment. The request body must be empty. Successful uninstallation results in an empty JSON response. Authorization requires the `gsuiteaddons.deployments.execute` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope. The provided URL uses gRPC Transcoding syntax.\n"]]