paws.networking (version 0.5.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://www.paws-r-sdk.com/docs/apigateway_delete_deployment/ 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.