Scheduling
Cancel Schedule
Cancel a scheduled post before it’s published
DELETE
Try it out! Use the API playground on the right to test the Cancel Schedule endpoint directly.
Overview
Cancel a scheduled post to prevent it from being published. This permanently removes the scheduled post from the queue.You can only cancel posts with
pending status. Posts that have already been published cannot be deleted through this API - you’ll need to delete them directly on the platform.Endpoint
Path Parameters
The unique ID of the scheduled post to cancel
Headers
Your API key from API Settings
Request Examples
Bulk Cancel Example
Response
Important Notes
What Happens After Cancellation
- The scheduled post is permanently deleted
- The video itself is NOT deleted - only the schedule
- You can schedule the same video again with a new schedule
- Webhooks for this schedule will not be triggered
Published Posts
If a post has already been published (status: published), you cannot delete it through this API. To remove published content:
- YouTube: Go to YouTube Studio and delete the video
- TikTok: Open TikTok app and delete the post
- Instagram: Use Instagram app to delete the reel/post
Error Handling
| Error | Description | Solution |
|---|---|---|
Schedule not found | Invalid schedule ID | Check the schedule ID is correct |
Cannot delete a published post | Already published | Delete directly on the platform |
Schedule does not belong to your team | Wrong ownership | Use correct API key |
Next Steps
Create Schedule
Schedule a new video
List Scheduled
View all scheduled posts
List Videos
View all your videos
List Integrations
View connected platforms