---
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

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/6e50f4761eea/schema)
