delete_record
Permanently remove a record through a two-step confirmation process: request a deletion token, then confirm with that token to complete the destructive action.
Instructions
Permanently delete a record. Destructive and gated: the first call returns a confirm_token describing what would be deleted, and the deletion only happens on a second call carrying that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes | exact record id to delete | |
| confirm_token | No | token from the prior unconfirmed call |