---
title: "Delete a post by slug"
method: DELETE
path: "/v1/posts/slug/{slug}"
tags: ["posts"]
---

# Delete a post by slug

`DELETE /v1/posts/slug/{slug}`

Permanently delete a post using its URL slug. The publication is identified by the API key provided in the Authorization header.

**Warning:** This action is irreversible. The post and all related data (notifications and drafts) will be permanently deleted.

## Path parameters

- `slug` string, required

## Request body

- object

## Response `200`

Post deleted successfully

- object
  - `success` true, required — Whether the deletion succeeded

## Other responses

- `401` — Invalid or missing API key
- `404` — Post not found in your publication
- `500` — Internal server error

## Changes

- **2026-05-07** `90de04b87133` — 3 warning
  - removed the optional property `error` from the response with the `401` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
- **2026-03-20** `5b9472285686` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/changes/v1/posts/slug/:slug/delete.md)

---

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