Public API
User management
Deleting user groups
Official SCIM documentation
https://datatracker.ietf.org/group/scim/documents/
Deleting user groups
To delete user group use following url with valid payload and
valid access token in Authorization
header:
DELETE https://masterplan.com/public_api/scim/v2/Groups/<user_group_id:UUID>
Example curl command for deleting user group:
curl -X DELETE https://masterplan.com/public_api/scim/v2/Groups/88efb36a-7ff3-4170-b81f-691a8c86561e
-H 'Authorization: Bearer ACCESS_TOKEN'
-H "Content-type: application/json"
Server responds with empty response and 204
status code.