Skip to main content
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.

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

scimWorkspaceGroupId
string
required

ID of the SCIM workspace mapping to delete

Response

200 - application/json

OK

success
boolean
Last modified on June 25, 2026