- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Undeploys an API proxy revision from an environment.
For a request path organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments, two permissions are required:
apigee.deployments.deleteon the resourceorganizations/{org}/environments/{env}apigee.proxyrevisions.undeployon the resourceorganizations/{org}/apis/{api}/revisions/{rev}
HTTP request
DELETE https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/apis/*/revisions/*}/deployments
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. Name of the API proxy revision deployment in the following format: If the API proxy resource has the |
Query parameters
| Parameters | |
|---|---|
sequencedRollout |
Flag that specifies whether to enable sequenced rollout. If set to The [deployments.generateUndeployChangeReport API][DeploymentService.GenerateUndeployChangeReport] may be used to examine routing changes before issuing the undeployment request, and its response will indicate if a sequenced rollout is recommended for the undeployment. |
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