store_delete
Soft-delete a record by ID to hide it from queries, preserving data on disk for audit and recovery.
Instructions
Soft-delete one record by ID: it disappears from get/list/search but is retained on disk for audit and recovery (hard removal is an operator act, deliberately outside the tool surface). Returns {deleted: true|false} — false means the ID wasn't found. Confined to your store_scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| record_id | Yes | ||
| collection | Yes |