DELETE
/
posts
/
1
curl -X DELETE https://jsonplaceholder.typicode.com/posts/1 \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
{}

Query Parameter

userid
number
required

This is the id of the user

curl -X DELETE https://jsonplaceholder.typicode.com/posts/1 \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
{}