Skip to main content
DELETE
/
platform
/
api
/
groups
/
{groupId}
DELETE Group
curl --request DELETE \
  --url https://api.rippling.com/platform/api/groups/{groupId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

groupId
integer
required

Unique identifier for the group within Rippling.

Response

200

OK