---
title: "Unpublish one or many articles from a CMS provider"
method: POST
path: "/v3/cms/unpublish"
tags: ["CMS"]
---

# Unpublish one or many articles from a CMS provider

`POST /v3/cms/unpublish`

Unpublish existing SnowSEO articles from connected CMS providers while keeping the SnowSEO article rows.

## Request body

- union
  - object
    - `teamId` string
    - `articleSlug` string, required
    - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora', required
    - `items` object[]
      - `articleSlug` string, required
      - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora', required
  - object
    - `teamId` string
    - `articleSlug` string
    - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora'
    - `items` object[], required
      - `articleSlug` string, required
      - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora', required

## Response `200`

Default Response

- object
  - `success` boolean
  - `succeeded` number
  - `failed` number
  - `results` object[]
    - `articleSlug` string
    - `provider` string
    - `success` boolean
    - `remainingProviders` string[]
    - `error` string
  - `remainingProviders` 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)
