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

Changes

Changed in 1 of the 303 revisions of this API.1