Delete a scheduled post
Delete a scheduled / draft post by id.
/scheduled-posts/{id}Authorization
x-api-key x-date x-signature Your API key (the ApiKeys document id).
In: header
Current timestamp in ISO-8601 (must be fresh — within −5s..+60s of server time).
In: header
HMAC-SHA256 of the x-date string keyed by your secret, lowercase hex.
In: header
Path Parameters
The scheduled post id.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/scheduled-posts/string"{ "message": "string"}{ "message": "string"}{ "message": "string"}Update a scheduled post
Update fields on a scheduled / draft post — all fields are optional. `status` may only be set to `DRAFT` here (the `REJECTED → DRAFT` creator iteration); all other transitions go through the dedicated lifecycle endpoints. Channel and superpower validation matches create.
Submit a post for approval
Transition `DRAFT` / `REJECTED` → `WAITING_FOR_APPROVAL` (enters the approval queue for a human to review and schedule in the app).