DELETE
/
api
/
v1
/
groups
/
{groupUuid}
/
members
/
{userUuid}
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

groupUuid
string
required

the UUID for the group to remove the user from

userUuid
string
required

the UUID for the user to remove from the group

Response

200
application/json
Ok

The response is of type object.