apigateway_delete_deployment {paws.networking}R Documentation

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.


[Package paws.networking version 0.9.0 Index]