DELETE /users/user/{userid}/group/{groupid}

Remove a Group from a User

Return

A boolean response explaining whether the DELETE call was successful or not.

Example Request

DELETE Response

{
  "econtext": {
    "result": {
      "deleted": true
    },
    "elapsed": 0.030797958374023438
  }
}