---
title: "Delete a scheduled post"
method: DELETE
path: "/v2/schedules/{id}"
tags: ["publishing"]
---

# Delete a scheduled post

`DELETE /v2/schedules/{id}`

Deletes a scheduled post by its ID. The associated publishing job is also cancelled.

## Path parameters

- `id` string, required

## Response `204`

Default Response

- object

## Other responses

- `403` — Forbidden
- `500` — Default Response

## Changes

- **2026-08-21** `39e94457ccb2` — 4 info
  - added the optional property `action` to the response with the `403` status
  - added the optional property `action` to the response with the `500` status
  - added the optional property `details` to the response with the `403` status
  - added the optional property `details` to the response with the `500` status
- **2026-08-11** `51232970f10e` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/blotato/apis/blotato-api/changes/v2/schedules/:id/delete.md)

---

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