# File lib/fog/aws/requests/sns/delete_topic.rb, line 26
        def delete_topic(arn)
          self.data[:topics].delete(arn)

          response = Excon::Response.new
          response.body = {"RequestId" => Fog::AWS::Mock.request_id}
          response
        end