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

# Delete post

> Permanently delete a post. Returns 204.

<ParamField path="id" type="string" required>
  Post UUID.
</ParamField>

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