# File lib/fog/aws/models/sns/topic.rb, line 26 def destroy requires :id service.delete_topic(id) true end