nexo_followup_delete
Soft-delete a followup by providing its ID and the read token retrieved from a previous get call. Use this after fetching the followup to ensure proper authorization.
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`. |