Delete
You can delete data that has been stored in database by sending a DELETE request to remove a document using the unique id
Method : DELETE
URL : /url/(id)
Response : 200 - OK
{
"message": "success delete data",
"status": 200
}Response : 404 - Not Found
Not FoundResponse : 500 - Server Error
Internal Server Error