Delete User Group

This endpoint deletes a user group.

Request

DELETE https://v2.api.uberflip.com/user-groups/{groupId}
Path Parameters Description
groupId The unique identifier of the user group

Examples

curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/user-groups/{groupId}

Sample response:

HTTP/1.1 204 NO CONTENT
Content-Type: application/json