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