delete_post
Delete a post by ID on JSONPlaceholder to simulate the deletion for testing and prototyping.
Instructions
Delete a post on JSONPlaceholder. Note: This won't actually delete from the server, but will simulate the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the post to delete |