ApiGatewayV2 / Client / delete_deployment

delete_deployment#

ApiGatewayV2.Client.delete_deployment(**kwargs)#

Deletes a Deployment.

See also: AWS API Documentation

Request Syntax

response = client.delete_deployment(
    ApiId='string',
    DeploymentId='string'
)
Parameters:
  • ApiId (string) –

    [REQUIRED]

    The API identifier.

  • DeploymentId (string) –

    [REQUIRED]

    The deployment ID.

Returns:

None

Exceptions