:doc:`AccessAnalyzer <../../accessanalyzer>` / Client / delete_archive_rule

*******************
delete_archive_rule
*******************



.. py:method:: AccessAnalyzer.Client.delete_archive_rule(**kwargs)

  

  Deletes the specified archive rule.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/DeleteArchiveRule>`_  


  **Request Syntax**
  ::

    response = client.delete_archive_rule(
        analyzerName='string',
        ruleName='string',
        clientToken='string'
    )
    
  :type analyzerName: string
  :param analyzerName: **[REQUIRED]** 

    The name of the analyzer that associated with the archive rule to delete.

    

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

    The name of the rule to delete.

    

  
  :type clientToken: string
  :param clientToken: 

    A client token.

    This field is autopopulated if not provided.

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ValidationException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.InternalServerException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ThrottlingException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.AccessDeniedException`

  