Delete Country

Delete Country

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 : /api/country?id=(id)

Response : 200 - OK

{
	"message": "Success delete country"
}

Response : 422 - Unprocessable Content

{
	"error": "Id required"
}

Response : 404 - Not Found

Not Found

Response : 500 - Server Error

Internal Server Error