posts
Delete a post by slug
Permanently delete a post using its URL slug. 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/slug/{slug}
Path parameters
slugstring required
URL-friendly identifier of the post to delete
Request body
object required
Response
Post deleted successfully
Changes
Changed in 2 of the 61 revisions of this API.31
- ●
removed the optional property
errorfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ○
endpoint added
endpoint-added
- ○