Delete an Entity

📘

Try It

The deletion operation is very straight-forward, and can be done using a DELETE request. The only thing to take into consideration is that the requested entity MUST implement the “delete” method — as an instance method — which should take care of either the logical deletion or removing the record altogether.

📘

Example

Sending a Delete request to the following URL would delete the loan with the id 8521
https://loanpro.simnang.com/api/public/api/1/Loans(8521)

Language
Authorization
Click Try It! to start a request and see the response here!