ApiGatewayV2 / Client / delete_stage

delete_stage#

ApiGatewayV2.Client.delete_stage(**kwargs)#

Deletes a Stage.

See also: AWS API Documentation

Request Syntax

response = client.delete_stage(
    ApiId='string',
    StageName='string'
)
Parameters:
  • ApiId (string) –

    [REQUIRED]

    The API identifier.

  • StageName (string) –

    [REQUIRED]

    The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

Returns:

None

Exceptions