Cancel a scheduled publish
cancel_article_scheduleCancel a scheduled article publish and return it to draft status without altering content. Useful when you need to prevent an upcoming publication.
Instructions
Cancel a scheduled publish. Returns the article to status: draft and clears scheduled_publish_at. The content is untouched. Calling this on an article that is not scheduled is a no-op that returns the current state. Changes content on the customer's Site. Nothing becomes public: publishing is always a separate call. Needs a secret key (wv_sk_) carrying the articles:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A UUID. |