---
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 (comments, notifications, 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

---

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