Skip to main content
DELETE
Delete a SCIM group mapping

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

id
string<uuid>
required

Query Parameters

keep_members
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.

Available options:
true,
false
Example:

false

Response

SCIM group mapping deleted

deleted
boolean
required