---
title: "Unschedule post"
method: POST
path: "/posts/{id}/unschedule"
tags: ["Posts"]
---

# Unschedule post

`POST /posts/{id}/unschedule`

Cancel a scheduled post. The post status will be changed to Finalized and any pending scheduled publishes will be cancelled.

## Path parameters

- `id` string, uuid, required

## Response `200`

Post unscheduled successfully

- object
  - `id` string, uuid
  - `url` string, uri
  - `title` string
  - `channels` string[]
  - `status` 'Tentative' | 'ToDo' | 'InProgress' | 'ForReview' | 'Blocked' | 'Finalized' | 'Scheduled' | 'Posted'
  - `publishDate` string, nullable — Publish date (YYYY-MM-DD) in workspace timezone. May be null if not set.
  - `publishAt` string, date-time, nullable — Publish datetime UTC. May be null if not set.
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.net/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/revisions/1d0792ff454f/schema)
