Upload Management
Cancel a scheduled post
Cancel and delete a scheduled post and its associated assets.
delete/uploadposts/schedule/{job_id}
Path parameters
job_idstring required
The unique job identifier.
Response
Scheduled post cancelled successfully.
Example response
{
"success": true,
"message": "Job abc123 cancelled and assets deleted."
}