Real Estate Real Data

All your real estate under one roof

View the Project on GitHub nikitaapraj/property-manager

Delete a property

Delete a property from the portfolio.

URL

DELETE {base_url}/properties/{id}

Parameters

id: Integer. Unique identifier of the property.

Example

Request

http://localhost:3000/properties/3

Response

The property is deleted from the database.