calendar.entities.delete
Permanently delete an entity and all linked events and calendar links in one call. Returns counts of deleted items; use only when history is not needed, as this action is irreversible.
Instructions
DESTRUCTIVE. Permanently delete an entity AND cascade-delete every event and link attached to it. Not idempotent — deleting an unknown id throws. Returns {success, deleted_events, deleted_links}. To deactivate without losing history, use calendar.entities.update with active: false instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity id to delete. |