Posts

Reject a post that is waiting for approval

Rejects the post's approval workflow on behalf of the user who owns this API key. That user must be a listed approver for the workflow's CURRENT step. Unlike approval, a rejection stops the whole workflow immediately — not just the current step — and the post's status becomes rejected. An optional comment explaining the rejection is stored on the decision and posted into the post's review thread.

post/posts/{id}/reject

Path parameters

idstring required

Request body

commentstring

Optional reason for the rejection, shown to the requester and other approvers.

Response

Rejection recorded

Example response

{
  "data": {
    "status": "rejected",
    "approval_status": "rejected"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.