> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ghost.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Deleting a Post

```js theme={"dark"}
DELETE /admin/posts/{id}/
```

Delete requests have no payload in the request or response. Successful deletes will return an empty 204 response.
