---
title: "Delete Blog Post"
method: DELETE
path: "/blogs/posts/{id}"
tags: ["Blogs::Post"]
---

# Delete Blog Post

`DELETE /blogs/posts/{id}`

Delete a blog post. This is a hard delete; the post and its associated authorships, taggings, applied categories, and publish actions are removed.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
