---
title: "Unschedule one or many articles"
method: DELETE
path: "/v3/cms/schedule/unschedule"
tags: ["CMS"]
---

# Unschedule one or many articles

`DELETE /v3/cms/schedule/unschedule`

Remove a pending scheduled publish job from one or more existing SnowSEO articles.

## Request body

- union
  - object
    - `teamId` string
    - `articleSlug` string, required
    - `items` object[]
      - `articleSlug` string, required
  - object
    - `teamId` string
    - `articleSlug` string
    - `items` object[], required
      - `articleSlug` string, required

## Response `200`

Default Response

- object
  - `success` boolean
  - `succeeded` number
  - `failed` number
  - `results` object[]
    - `articleSlug` string
    - `success` boolean
    - `message` string
    - `error` string
  - `message` string
  - `error` string

## Other responses

- `400` — Default Response
- `404` — Default Response
- `500` — Default Response

## Changes

- **2026-08-09** `8f92b00b75d6` — 2 breaking
  - added `subschema #1` to the request body `allOf` list
  - removed `subschema #1, subschema #2` from the request body `oneOf` list

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/cms/schedule/unschedule/delete.md)

---

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