Detach identifier from apartment
Delete a relation between the identifier and the apartment entities
Path Parameters
- identifierUid integer required
Possible values:
>= 1
Unique 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 string
error type/info
- error string
string 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...