reject_draft
Reject a pending draft so the submitter knows it won't publish. Optionally add a reason or comment to explain why.
Instructions
Reject a pending draft so the submitter knows it won't publish. Owner-only. Use when the user says 'reject this', 'this one's no good', or describes a problem with a draft. Optional reason (one of: thumbnail_weak, caption_rewrite, wrong_platform, off_brand, duplicate) and optional free-text comment that explains the rejection — both surface in the employee's view of the draft. Leave reason null and explain via comment if none of the five categories fit. The draft must currently be in 'pending' status. Rejection is undoable via the existing undo journal in the web UI for ~10 seconds after the action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional rejection category. If none fit, set null and explain via comment. | |
| comment | No | Optional free-text explanation. Shown to the submitter. | |
| draftId | Yes | The id of the draft to reject. |