def remove_record(token)
    raise IOError, "Unable to delete record (#{token}), does not exist" unless exists_token? token

    if Rails.env.heroku?
      brick = Brick.find_by(token: token)