Remove User from User Group¶
This endpoint removes a user from a user group.
Request¶
DELETE https://v2.api.uberflip.com/users/{userId}/user-groups/{groupId}
Path Parameters | Description |
---|---|
userId | The unique identifier of the user |
groupId | The unique identifier of the user |
Examples¶
curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/users/{userId}/user-groups/{groupId}
Sample response:
HTTP/1.1 204 NO CONTENT
Content-Type: application/json