v126

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-04957391.2 MB
SCIM

Delete a SCIM group mapping

Delete a SCIM group-to-workspace mapping. Management key required.

delete/scim/group-mappings/{id}

Path parameters

idstring uuid required

Query parameters

'true' | 'false' required
OR
boolean required

Required. Whether to keep workspace members after deleting the mapping. false removes the members this mapping granted access to; true deletes the mapping while leaving membership intact as manually-managed. There is deliberately no default — omitting it returns 400 so the destructive path cannot be reached by accident. Mirrors the dashboard, whose DeleteMappingSchema.keepMembers is likewise required.

Response

SCIM group mapping deleted

deletedtrue required