v3

latestOpenAPI 3.0.1Proprietary2026-07-314140169.7 KB
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.

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Job abc123 cancelled and assets deleted."
}