nexo_followup_delete
Soft-delete a followup to remove it from active memory. Requires ID and a security token from the followup retrieval tool.
Instructions
Soft-delete a followup.
IMPORTANT: call nexo_followup_get first and pass its READ_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Followup ID (e.g., NF45). | |
| read_token | No | Token returned by `nexo_followup_get`. |