---
title: "Cancel a scheduled post"
method: DELETE
path: "/uploadposts/schedule/{job_id}"
tags: ["Upload Management"]
---

# Cancel a scheduled post

`DELETE /uploadposts/schedule/{job_id}`

Cancel and delete a scheduled post and its associated assets.

## Path parameters

- `job_id` string, required

## Response `200`

Scheduled post cancelled successfully.

- object
  - `success` boolean
  - `message` string

## Other responses

- `401` — Unauthorized — Invalid or expired token.
- `404` — Not Found — Resource does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/upload-post/apis/upload-post-api.md) · [All operations](https://skmtc.dev/upload-post/apis/upload-post-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upload-post/upload-post-api/revisions/10bd964e4415/schema)
