Appearance
Delete building
DELETE /buildings/{buildingId}
Delete a building by id specified in url parameter
Request
Path Parameters
buildingId
string<uuid>
Responses
204
Message indicating the result of the delete operation
OK
message
string
Message indicating the result of the delete operation
404
Error message indicating that the building was not found
Not Found
message
string
Error message indicating that the building was not found