Path parameters

  • id integer(int64) Required

Responses

  • 200

    OK

DELETE /posts/{id}
curl \
 --request DELETE 'http://localhost:8080/posts/{id}'