Remove Member from Group Use Case

Removes a member from a group, assuming the requester has the appropriate permissions to do so.

Inputs

  • space name
  • group name
  • member id

Outputs

  • True or false depending on whether the operation succeeded or not.

Exceptions

  • If space or group does not exist
  • If appropriate permissions to remove are not granted to person requesting removal.