---
title: "Delete an article"
method: DELETE
path: "/v3/cms/articles/{slug}"
tags: ["CMS"]
---

# Delete an article

`DELETE /v3/cms/articles/{slug}`

Delete an existing SnowSEO article by slug. This removes the SnowSEO article row; it does not unpublish external CMS copies.

## Path parameters

- `slug` string, required

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `success` boolean

## Other responses

- `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/8f92b00b75d6/schema)
