cURL
curl --request DELETE \ --url https://api.example.com/entity/:id
{ "data": null }
Soft-delete an entity.
OK