All your real estate under one roof
View the Project on GitHub nikitaapraj/property-manager
Delete a property from the portfolio.
DELETE {base_url}/properties/{id}
{base_url}/properties/{id}
id: Integer. Unique identifier of the property.
id
http://localhost:3000/properties/3
The property is deleted from the database.