delete_verdict
Remove an agent-applied verdict mark by its ID to correct or clear a takeoff annotation. Use when a mark is no longer valid; the action is journaled, so undo_last can restore it exactly.
Instructions
Lift an agent verdict mark by id (mark_verdict's reply, or list_annotations verdicts[]). Agent marks only: the estimator's APPROVED seal is human ink and is refused — the same line edit_shape holds on reviewed shapes. Journaled like every mutation, so undo_last re-seats a lifted mark exactly where it was.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verdict_id | Yes | Record id from mark_verdict or list_annotations verdicts[] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | The lifted record's id | |
| verdicts_remaining | Yes | Approval-family records still on the takeoff (both actors) |