Atlas
Admin — SCIM

Delete SCIM group mapping

Removes a SCIM group → role mapping. Users already assigned via this mapping keep their role.

DELETE
/api/v1/admin/scim/group-mappings/{id}

Path Parameters

id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:3001/api/v1/admin/scim/group-mappings/map_abc123"
{
  "message": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}