Learn R Programming

paws.networking (version 0.2.0)

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.

See https://paws-r.github.io/docs/apigateway/delete_deployment.html for full documentation.

Usage

apigateway_delete_deployment(restApiId, deploymentId)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

deploymentId

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