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
status
enum<string>
required
Available options:
ok
results
any