OpenAPI specification: http://localhost:3040/openapi.yaml
Posts
Delete a post
Delete a post
DELETE
https://jsonplaceholder.typicode.com/posts/{id}Servers
https://jsonplaceholder.typicode.com
Live public API
Parameters
Path parameters
idpathintegerrequiredThe post ID.
Responses
The post was deleted.
No response body.
RequestcURL
curl --request DELETE \ --url 'https://jsonplaceholder.typicode.com/posts/1'
Response
Send a request to preview the response.
Was this page helpful?