paws.networking (version 0.1.6)

apigatewayv2_delete_deployment: Deletes a Deployment

Description

Deletes a Deployment.

Usage

apigatewayv2_delete_deployment(ApiId, DeploymentId)

Arguments

ApiId

[required] The API identifier.

DeploymentId

[required] The deployment ID.

Request syntax

svc$delete_deployment(
  ApiId = "string",
  DeploymentId = "string"
)