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