:doc:`ApiGatewayV2 <../../apigatewayv2>` / Client / reset_authorizers_cache

***********************
reset_authorizers_cache
***********************



.. py:method:: ApiGatewayV2.Client.reset_authorizers_cache(**kwargs)

  

  Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewayv2-2018-11-29/ResetAuthorizersCache>`_  


  **Request Syntax**
  ::

    response = client.reset_authorizers_cache(
        ApiId='string',
        StageName='string'
    )
    
  :type ApiId: string
  :param ApiId: **[REQUIRED]** 

    The API identifier.

    

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

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

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ApiGatewayV2.Client.exceptions.NotFoundException`

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

  