Delete Request
delete_requestPermanently delete a local request and all its stored correspondence from SQLite. Use only after confirming the ID should be discarded; does not affect remote sites.
Instructions
Permanently delete a local request and all of its stored correspondence from SQLite. Use only after the agent confirms the ID should be discarded; prefer update_request for status/text edits and list_requests/retrieve_request for inspection. Destructive and irreversible in this database; does not delete anything on remote FYI/Alaveteli sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable local request ID to delete permanently. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | True when the local delete operation completed. | |
| request_id | Yes | Request ID that was targeted for deletion. |