Delete a post
Endpoint examples
Delete Post
DELETE
Delete a post
Overview
Response notes
- Deletes a post by id. JSONPlaceholder simulates deletion and returns a success status without persisting.
- id (number): The post id to delete.
- Status 200: JSONPlaceholder typically returns an empty object or success.
- Data is not actually removed from subsequent GET responses on /posts.
- Use after creating a post to show lifecycle, then GET to show read-only nature of the dataset.
Path Parameters
Response
200
Deleted (mocked)