Delete a Group Member

Removes a member from a group.

Method

DELETE /group/{id}/members/{userId}

Parameters

Path Parameters

Name Description
id The id of the group.
userId The id of user to remove from the group.

Result

This method returns no content.

Response Codes

Code Media type Description
204 application/json Request successful.
403 application/json Identity service is read-only (Cannot modify users / groups / memberships).
500 application/json In case an error occurs. See the Introduction for the error response format.

Example

Request

DELETE /group/sales/members/jonny1

Response

Status 204. No content.

On this Page: