delete_event_occurrence
Clear an event occurrence row entirely using event ID and date to undo a prior mark.
Instructions
Clear an event occurrence row entirely (undo a prior mark).
event_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the clear.
date is YYYY-MM-DD. Returns {"ok": true} on success.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| date | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |