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

**************************
delete_access_log_settings
**************************



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

  

  Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.

  

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


  **Request Syntax**
  ::

    response = client.delete_access_log_settings(
        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 only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

    

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

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

  