Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apigateway_delete_deployment

Deletes a Deployment resource


Description

Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.

Usage

apigateway_delete_deployment(restApiId, deploymentId)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi.

deploymentId

[required] [Required] The identifier of the Deployment resource to delete.

Value

An empty list.

Request syntax

svc$delete_deployment(
  restApiId = "string",
  deploymentId = "string"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.