curl -X DELETE https://api.portkey.ai/v1/scim/workspaces/MAPPING_ID \
-H "x-portkey-api-key: PORTKEY_API_KEY"{
"success": true
}Delete SCIM Workspace Mapping
Remove a SCIM group to workspace mapping. This archives the mapping but does not delete the SCIM group or workspace.
DELETE
/
scim
/
workspaces
/
{scimWorkspaceGroupId}
curl -X DELETE https://api.portkey.ai/v1/scim/workspaces/MAPPING_ID \
-H "x-portkey-api-key: PORTKEY_API_KEY"{
"success": true
}This endpoint only archives the mapping row. If the same SCIM group is mapped to additional workspaces, those mappings remain intact.
Last modified on June 25, 2026
Was this page helpful?
⌘I

