Delete post

Delete or Archive a post. Any post that has been confirmed will have it’s status changed to archived. Posts in the draft status will be permenantly deleted.

Path parameters

postIdstringRequiredformat: "^(post_[0-9a-fA-F\-]+)$"
The prefixed ID of the post object
publicationIdstringRequiredformat: "^(pub_[0-9a-fA-F\-]+)$"
The prefixed ID of the publication object

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

No Content

Errors