Skip to main content
POST
/
posts
/
{id}
/
unschedule
Unschedule post
curl --request POST \
  --url https://app.tryordinal.com/api/v1/posts/{id}/unschedule \
  --header 'Authorization: Bearer <token>'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "url": "https://app.tryordinal.com/acme/posts/550e8400-e29b-41d4-a716-446655440000",
  "title": "Q4 Product Launch Announcement",
  "channels": [
    "LinkedIn",
    "Twitter"
  ],
  "status": "Finalized",
  "publishDate": "2026-01-20",
  "publishAt": "2026-01-20T14:00:00.000Z",
  "updatedAt": "2026-01-19T11:00:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Post ID (UUID)

Response

Post unscheduled successfully

id
string<uuid>
url
string<uri>
title
string
channels
string[]
status
enum<string>
Available options:
Tentative,
ToDo,
InProgress,
ForReview,
Blocked,
Finalized,
Scheduled,
Posted
publishDate
string | null

Publish date (YYYY-MM-DD) in workspace timezone. May be null if not set.

publishAt
string<date-time> | null

Publish datetime UTC. May be null if not set.

updatedAt
string<date-time>