cURL
curl --request DELETE \ --url https://api.rippling.com/platform/api/groups/{groupId} \ --header 'Authorization: Bearer <token>'
Please note, the Groups endpoint requires an OAuth application (i.e. approved 3rd party partners), as the end point is intended for mapping third-party application “Groups” within Rippling organizations.
Deletes the specified group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the group within Rippling.
OK