Scheduling
Cancel Scheduled
Cancel a scheduled post and move it back to draft.
Endpoint
Path Parameters
| Parameter | Type | Description |
|---|---|---|
postId | string | The scheduled post ID to cancel |
Example
Response
Status Codes
| Code | Meaning |
|---|---|
200 | Successfully cancelled |
404 | Post not found |
409 | Post already published |