Method: AWS::SNS::Topic#delete

Defined in:
lib/aws/sns/topic.rb

#deletenil

Deletes the topic.

Returns:

  • (nil)


269
270
271
272
# File 'lib/aws/sns/topic.rb', line 269

def delete
  client.delete_topic(:topic_arn => arn)
  nil
end