cURL
curl --request DELETE \ --url https://api.example.com/task/{id}
{ "code": 123, "message": "<string>" }
Delete a task based on ID supplied in path
ID of task to delete
Task deleted