delete_scim_workspace_mapping
Remove a SCIM group-to-workspace mapping by mapping_id to stop group updates from affecting the workspace. Existing provisioned members remain and must be managed separately. Inspect list_scim_workspace_mappings first.
Instructions
Delete a SCIM group-to-workspace mapping by mapping_id and stop future group updates from affecting that workspace. Existing provisioned members remain in the workspace and must be managed separately. Inspect list_scim_workspace_mappings first; this does not delete the identity-provider group or the Portkey workspace. Enterprise-gated. Returns 403 on non-Enterprise Portkey plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapping_id | Yes | SCIM workspace mapping ID from list_scim_workspace_mappings |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |