Delete a published Hashnode post
hashnode_delete_postPermanently delete a published Hashnode post by providing its post ID. This action cannot be undone.
Instructions
Permanently delete a published post. This action cannot be undone.
Args:
post_id (string, required): Post ID to delete
response_format: 'markdown' or 'json'
⚠️ WARNING: This permanently deletes the post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID to permanently delete | |
| response_format | No | Output format: 'markdown' (default) or 'json' | markdown |