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

# Delete post

> Delete a post by ID.

## Request

<ParamField path="post" type="string" required>
  The post ID to delete.
</ParamField>

## Response

Returns `204 No Content` on success.

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://app.trypost.it/api/posts/9f1a2b3c-4d5e-6f7a-8b9c-0d1e2f3a4b5c \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
