Delete Apartment Entity
Delete Apartment Entity and detaches all identifiers attached to this apartment
Path Parameters
- apartmentUid integer requiredPossible values: >= 1Unique Identifier for Item 
Responses
- 200
- 400
- 401
OK
Wrong apartment uid
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error stringerror type/info 
{
  "error": "Wrong Logical Address"
}
{
  "error": "Wrong apartment uid"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...