---
title: "Delete posts"
method: DELETE
path: "/v1/posts"
tags: ["Drafts"]
---

# Delete posts

`DELETE /v1/posts`

Delete one or more posts for an account.

## Query parameters

- `account` integer, required

## Request body

- integer[]

## Response `204`

No Content

## Other responses

- `403` — Insufficient permissions
- `404` — Resource not found
- `429` — Rate limited

---

[API](https://skmtc.dev/raycast/apis/postey-public-api.md) · [All operations](https://skmtc.dev/raycast/apis/postey-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/raycast/postey-public-api/revisions/65807802627f/schema)
