const remove = function (principalIds, folder, callback) {
  callback =
    callback ||
    function (error) {
      if (error) {