API Reference
Cancel a scheduled post
Authorization
ApiKeyAuth x-api-key<token>
API keys are created in Settings → API Keys within your workspace.
In: header
Path Parameters
id*string
Response Body
application/json
curl -X POST "https://example.com/api/v1/posts/string/cancel"{
"post": {
"id": "post_abc",
"type": "text",
"content": "string",
"status": "draft",
"scheduledAt": "2019-08-24T14:15:22Z",
"publishedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"mediaCount": 2,
"accountCount": 2,
"accounts": [
{
"id": "string",
"platform": "string",
"username": "string",
"displayName": "string",
"status": "string",
"platformPostUrl": "string",
"error": "string"
}
]
}
}