Delete job
delete_jobDelete a job application row by matching company and position, shifting rows up. It backs up the file first and returns the removed row for recovery.
Instructions
Permanently remove a job application row, matched by company + position, shifting the rows below it up (like Excel's Delete Row). Refuses to act on a missing or ambiguous match, backs the file up to .bak first, and returns the full deleted row so it can be re-added if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | Company name (case-insensitive). | |
| position | Yes | Position / title (case-insensitive). Required so the correct row is removed even when a company has several entries. |