DELETE /property/{propertyID}

Delete a property by its ID.

Path parameters

  • propertyID integer Required

Responses

  • 200

    Property deleted successfully

  • 404

    Property not found

  • 500

    Error occurred while deleting property

DELETE /property/{propertyID}
curl \
 -X DELETE http://api.example.com/property/{propertyID}