# File lib/aws/sns/topic.rb, line 274
      def delete
        client.delete_topic(:topic_arn => arn)
        nil
      end