Delete a post by ID.
cURL
curl --request DELETE \ --url https://api.postiz.com/public/v1/posts/{id} \ --header 'Authorization: <api-key>'
{ "id": "deleted-post-id" }
Your Postiz API key
Post ID to delete
Post deleted
Was this page helpful?