---
title: "Batch delete posts"
method: DELETE
path: "/api/v1/posts/batch"
tags: ["Posts"]
---

# Batch delete posts

`DELETE /api/v1/posts/batch`

Deletes multiple posts by their UUIDs in a single request.

## Request body

- object
  - `uuids` string[], required

## Response `200`

Posts deleted successfully

- object
  - `status` boolean
  - `message` string
  - `data` object
    - `deleted_count` integer
    - `uuids` string[]

## Other responses

- `400` — Bad request (invalid body or no valid UUIDs)
- `401` — Unauthorized
- `404` — No posts found or some UUIDs not found
- `500` — Internal server error

---

[API](https://skmtc.net/nesohq/apis/postal-post-management-service-apis.md) · [All operations](https://skmtc.net/nesohq/apis/postal-post-management-service-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nesohq/postal-post-management-service-apis/revisions/64a3f9ff2411/schema)
