apigateway_delete_deployment: Deletes a Deployment resource

View source: R/apigateway_operations.R

apigateway_delete_deploymentR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.