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 (comments, notifications, 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