Method: projects.deployments.uninstall
Odinstaluj testowe wdrożenie z konta użytkownika. Więcej informacji znajdziesz w artykule Testowanie dodatku.
Żądanie HTTP
POST https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*}:uninstall
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Pełna nazwa zasobu wdrożenia do zainstalowania. Przykład: projects/my_project/deployments/my_deployment .
Autoryzacja wymaga tych uprawnień IAM w przypadku określonego zasobu: name
gsuiteaddons.deployments.execute
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/cloud-platform
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-15 UTC.
[null,null,["Ostatnia aktualizacja: 2025-01-15 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."]]],["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"]]