delete_identity
Permanently delete an identity by ID. Use dryRun to preview which workflows will have their identity_id set to null before final deletion.
Instructions
Permanently deletes an identity by ID. Use dryRun=true first to preview which workflows will have their identity_id set to null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns affected workflows without deleting. Default false. | |
| identityId | Yes | The ID of the identity to delete. | |
| workspaceId | No | Workspace ID. If not provided, uses your default workspace. |