DELETE /posts/{postId}/comments/{commentId}

Path parameters

  • postId integer(int64) Required
  • commentId integer(int64) Required

Responses

  • 200

    OK

DELETE /posts/{postId}/comments/{commentId}
curl \
 --request DELETE 'http://localhost:8080/posts/{postId}/comments/{commentId}'