APIGateway / Client / delete_authorizer
delete_authorizer¶
- APIGateway.Client.delete_authorizer(**kwargs)¶
- Deletes an existing Authorizer resource. - See also: AWS API Documentation - Request Syntax- response = client.delete_authorizer( restApiId='string', authorizerId='string' ) - Parameters:
- restApiId (string) – - [REQUIRED] - The string identifier of the associated RestApi. 
- authorizerId (string) – - [REQUIRED] - The identifier of the Authorizer resource. 
 
- Returns:
- None 
 - Exceptions