Skip to main content
DELETE
/
posts
/
{id}
Delete a post by ID
curl --request DELETE \
  --url https://api.postiz.com/public/v1/posts/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "deleted-post-id"
}

Documentation Index

Fetch the complete documentation index at: https://docs.postiz.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Postiz API key

Path Parameters

id
string
required

Post ID to delete

Response

200 - application/json

Post deleted

id
string