delete_action
PERMANENTLY delete an action that should NOT exist — created by mistake, a duplicate, or no longer relevant. This is IRREVERSIBLE: it removes the row outright and does NOT stamp a completion. If the follow-up actually HAPPENED, use complete_action instead (that records it as done). Get the action_id from get_person → relationship.actions or list_actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | The action to permanently delete (from get_person → relationship.actions or list_actions). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether noticed completed the operation. | |
| data | No | The operation result when ok is true. | |
| error | No | A human-readable error when ok is false. |