posts

Delete a post

Permanently delete a post from your publication. The publication is identified by the API key provided in the Authorization header.

Warning: This action is irreversible. The post and all related data (comments, notifications, drafts) will be permanently deleted.

delete/v1/posts/{postId}

Path parameters

postIdstring required

Unique identifier of the post to delete

Request body

object required

Response

Post deleted successfully

successtrue required

Whether the deletion succeeded

Changes