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

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