AI-generated Key Takeaways
-
Deletes a specific deployment using an HTTP DELETE request.
-
Requires the
name
path parameter to identify the target deployment. -
The request body should be empty, and a successful deletion results in an empty response body.
-
Authorization is necessary using the
https://www.googleapis.com/auth/sasportal
OAuth scope.
Deletes a deployment
.
HTTP request
DELETE https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the |
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/sasportal