:doc:`APIGateway <../../apigateway>` / Client / delete_authorizer

*****************
delete_authorizer
*****************



.. py:method:: APIGateway.Client.delete_authorizer(**kwargs)

  

  Deletes an existing Authorizer resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigateway-2015-07-09/DeleteAuthorizer>`_  


  **Request Syntax**
  ::

    response = client.delete_authorizer(
        restApiId='string',
        authorizerId='string'
    )
    
  :type restApiId: string
  :param restApiId: **[REQUIRED]** 

    The string identifier of the associated RestApi.

    

  
  :type authorizerId: string
  :param authorizerId: **[REQUIRED]** 

    The identifier of the Authorizer resource.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`APIGateway.Client.exceptions.BadRequestException`

  
  *   :py:class:`APIGateway.Client.exceptions.ConflictException`

  
  *   :py:class:`APIGateway.Client.exceptions.NotFoundException`

  
  *   :py:class:`APIGateway.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`APIGateway.Client.exceptions.TooManyRequestsException`

  