cURL
curl --request DELETE \ --url https://api.example.com/comments/:id
{ "data": 123 }
Soft-delete a comment.
OK