Delete notifications
notifications_deletePERMANENTLY delete the signed-in user's own notifications. This cannot be undone and there is no recycle bin for notifications. A single notification deletes on its id; deleting several at once requires explicit human confirmation, so never fill in confirm/confirmation_phrase on your own initiative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Required for a batch. The HUMAN running this agent must set this - not the agent. | |
| notification_id | No | Delete a single notification. | |
| notification_ids | No | Delete a batch under one confirmation. Max 500. | |
| confirmation_phrase | No | For a batch: `DELETE <n> NOTIFICATIONS`. The HUMAN must supply this. |