DELETE
/v1/posts/{id}deletePost
Delete a post. Deletes a post (it disappears from Postify; already-published platform content is not retracted). A post that is currently publishing cannot be deleted (409). Requires the workspace's dangerous-operations toggle.
Required scope:posts:write
Parameters
idpath · stringrequiredPost identifier.
Responses
200DeletePostResponseDeletion confirmed.
Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.
Example
curl -X DELETE https://app.usepostify.com/v1/posts/post_9x2y3z0001 \
-H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"