Deletes the topic.
Returns:
269 270 271 272
# File 'lib/aws/sns/topic.rb', line 269 def delete client.delete_topic(:topic_arn => arn) nil end