critical_delete_tokens
Delete critical tokens from the token store to revoke their mapping. Invalid tokens are ignored, and deterministic tokens can be re-tokenized later.
Instructions
Delete critical tokens, removing them from the token store.
Invalid tokens are silently ignored (no failure). If a deleted deterministic token is re-tokenized with the same plaintext, a new token is generated.
Maximum 1024 values per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | Dict mapping user-defined keys to critical tokens to delete (e.g. {"ssn": "token_abc123...", "email": "token_xyz456..."}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||