Deletes a specific group membership. Only admins of this group or users with admin-level permissions will be able to use this API.
434534
The ID of the group membership.
A blank response is returned if the membership was successfully deleted.
An unexpected client error.
curl -i -X DELETE "https://api.box.com/2.0/group_memberships/434534" \
-H "authorization: Bearer <ACCESS_TOKEN>"