IoT / Client / delete_topic_rule_destination

delete_topic_rule_destination#

IoT.Client.delete_topic_rule_destination(**kwargs)#

Deletes a topic rule destination.

Requires permission to access the DeleteTopicRuleDestination action.

See also: AWS API Documentation

Request Syntax

response = client.delete_topic_rule_destination(
    arn='string'
)
Parameters:

arn (string) –

[REQUIRED]

The ARN of the topic rule destination to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoT.Client.exceptions.InternalException

  • IoT.Client.exceptions.InvalidRequestException

  • IoT.Client.exceptions.ServiceUnavailableException

  • IoT.Client.exceptions.UnauthorizedException

  • IoT.Client.exceptions.ConflictingResourceUpdateException