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

*****************************
flush_stage_authorizers_cache
*****************************



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

  

  Flushes all authorizer cache entries on a stage.

  

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


  **Request Syntax**
  ::

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

    The string identifier of the associated RestApi.

    

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

    The name of the stage to flush.

    

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

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

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

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

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

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

  