APIGateway / Client / delete_stage

delete_stage#

APIGateway.Client.delete_stage(**kwargs)#

Deletes a Stage resource.

See also: AWS API Documentation

Request Syntax

response = client.delete_stage(
    restApiId='string',
    stageName='string'
)
Parameters:
  • restApiId (string) –

    [REQUIRED]

    The string identifier of the associated RestApi.

  • stageName (string) –

    [REQUIRED]

    The name of the Stage resource to delete.

Returns:

None

Exceptions

  • APIGateway.Client.exceptions.BadRequestException

  • APIGateway.Client.exceptions.ConflictException

  • APIGateway.Client.exceptions.LimitExceededException

  • APIGateway.Client.exceptions.NotFoundException

  • APIGateway.Client.exceptions.UnauthorizedException

  • APIGateway.Client.exceptions.TooManyRequestsException