:doc:`CodeStarNotifications <../../codestar-notifications>` / Client / delete_notification_rule

************************
delete_notification_rule
************************



.. py:method:: CodeStarNotifications.Client.delete_notification_rule(**kwargs)

  

  Deletes a notification rule for a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/DeleteNotificationRule>`_  


  **Request Syntax**
  ::

    response = client.delete_notification_rule(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the notification rule you want to delete.

    

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

    
    ::

      {
          'Arn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the deleted notification rule.

        
  
  **Exceptions**
  
  *   :py:class:`CodeStarNotifications.Client.exceptions.ValidationException`

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

  
  *   :py:class:`CodeStarNotifications.Client.exceptions.ConcurrentModificationException`

  