:doc:`IoT <../../iot>` / Client / delete_topic_rule_destination

*****************************
delete_topic_rule_destination
*****************************



.. py:method:: IoT.Client.delete_topic_rule_destination(**kwargs)

  

  Deletes a topic rule destination.

   

  Requires permission to access the `DeleteTopicRuleDestination <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/DeleteTopicRuleDestination>`_  


  **Request Syntax**
  ::

    response = client.delete_topic_rule_destination(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The ARN of the topic rule destination to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.InternalException`

  
  *   :py:class:`IoT.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoT.Client.exceptions.ServiceUnavailableException`

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

  
  *   :py:class:`IoT.Client.exceptions.ConflictingResourceUpdateException`

  