---
title: "Delete Blog Post"
method: DELETE
path: "/api/admin-blog/posts/{post_id}"
tags: ["admin-blog"]
---

# Delete Blog Post

`DELETE /api/admin-blog/posts/{post_id}`

## Path parameters

- `post_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/versions/2e4355d35497/schema)
