jobs.delete
Permanently delete a job and its application from the board. Confirm with the user first; it cannot be undone. To hide a job without recording a rejection or closure, use jobs.archive instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id | |
| confirmed | Yes | Must be true after the user confirms permanent deletion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable confirmation of the action |