json (application/json)
DELETE
<loanNumber>
|
|---|
200 (Success)
401 (Invalid authentication)
404 (Car with contract number 10000 doesn't exists)
{
"message": "Car deleted.",
"status": "ok",
"loanNumber": "10000"
}