POST api/v1/groups/{groupKey}/users/delete

This endpoint is used to remove users from a group. Note that it should be a HTtpDelete, but this doesn't allow for a message body and putting the user guids in the uri results in a too long uri. so it's converted to a POST to a separate route.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupKey

The unique key of the group.

globally unique identifier

Required

Body Parameters

The unique key of the user.

Collection of globally unique identifier

Response Information

Resource Description

None.