delete_chore
Remove unwanted chores from Skylight. For recurring chores, specify whether to delete the whole series or future occurrences only.
Instructions
Delete a chore from Skylight.
Use this when:
Removing an old or irrelevant chore
Deleting a chore that was added by mistake
Removing a recurring chore series, or ending it from a given date onward
Parameters:
choreId (required): ID of the chore to delete (from get_chores)
applyTo: Required for recurring chores, ignored for one-off chores.
"all": delete every occurrence of the recurring series
"future": delete this occurrence and every later one, keeping past occurrences intact There is no way to delete a single recurring occurrence while leaving later ones in place — the Skylight API only supports "all" or "future" for recurring chores.
Note: This permanently removes the chore(s). Deleting a recurring chore without applyTo will fail with an error asking for one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applyTo | No | Required for recurring chores: 'all' deletes the whole series, 'future' deletes this occurrence onward. Not needed for one-off chores. | |
| choreId | Yes | ID of the chore to delete |