delete_habit
Remove a habit from active view by archiving it (soft-delete) using its ID in UUID, sequence, canonical, or URL format.
Instructions
Archive (soft-delete) a habit.
habit_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 delete.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| habit_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |