curl --request DELETE \
--url https://paradigm.lighton.ai/scim/v2/Groups \
--header 'Authorization: Bearer <token>'{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"detail": "Unauthorized",
"status": 401
}Automatic filtering on company defined in get_extra_model_filter_kwargs_getter() We disable PUT as Microsoft does not need it
curl --request DELETE \
--url https://paradigm.lighton.ai/scim/v2/Groups \
--header 'Authorization: Bearer <token>'{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"detail": "Unauthorized",
"status": 401
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Group successfully deleted