Deletes a Deployment resource
Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
apigateway_delete_deployment(restApiId, deploymentId)
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
deploymentId |
[required] [Required] The identifier of the Deployment resource to delete. |
An empty list.
svc$delete_deployment( restApiId = "string", deploymentId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.