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 (notifications and 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

Changed in 2 of the 61 revisions of this API.31

    • removed the optional property error from the response with the 401 status

      response-optional-property-removed

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • endpoint added

      endpoint-added