/📘 API Reference/Delete Post

Delete Post

Cancel a scheduled post before it publishes. Already-published posts cannot be deleted through the API — they must be removed from the destination platform.

Endpoint

DELETE/post/{post_id}

Example

curl -X DELETE https://api.plansched.com/developers/v1/post/post_abc123 \
  -H "Authorization: Bearer $PLANSCHED_KEY"

Notes

A successful delete returns 204 No Content. Attempting to delete a published post returns 409 Conflict.

Next
API Reference → Post Analytics
Continue