:doc:`Route53RecoveryControlConfig <../../route53-recovery-control-config>` / Client / delete_safety_rule

******************
delete_safety_rule
******************



.. py:method:: Route53RecoveryControlConfig.Client.delete_safety_rule(**kwargs)

  

  Deletes a safety rule.

  />

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-control-config-2020-11-02/DeleteSafetyRule>`_  


  **Request Syntax**
  ::

    response = client.delete_safety_rule(
        SafetyRuleArn='string'
    )
    
  :type SafetyRuleArn: string
  :param SafetyRuleArn: **[REQUIRED]** 

    The ARN of the safety rule.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
  
  **Exceptions**
  
  *   :py:class:`Route53RecoveryControlConfig.Client.exceptions.ResourceNotFoundException`

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

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

  