gap_delete
Soft-deletes a gap by ID to clear junk or test entries while preserving real data. The gap is retained but excluded from gap_list; returns {deleted, id} or {error: not_found}.
Instructions
Soft-delete a single gap by id — for clearing junk or test entries from the backlog without disturbing its real gaps. Archive, not drop: the gap is retained (deleted=1) and just stops appearing in gap_list. Returns {deleted, id}, or {error: not_found}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| gap_id | Yes |