Detach identifier from apartment
Delete a relation between the identifier and the apartment entities
Path Parameters
- identifierUid integer requiredPossible values: >= 1Unique Id for physical/input code identifier 
Responses
- 200
- 400
- 401
OK
- Wrong identifier uid
- Identifier already unbound
- application/json
- Schema
- Example (from schema)
- Wrong identifier uid
- Already unbound
Schema
- MOD1
- MOD2
- error stringerror type/info 
- error stringstring with info about what went wrong 
anyOf
{
  "error": "Wrong Logical Address"
}
{
  "error": "Wrong identifier uid"
}
{
  "error": "Identifier already unbound"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...