Detach time profile from identifier
Detach time profile from identifier
Path Parameters
- identifierUid integer requiredPossible values: >= 1Unique Id for physical/input code identifier 
- timeProfileUid integer requiredPossible values: >= 1Unique Id for time profile 
Responses
- 200
- 400
- 401
OK
- Wrong time profile uid
- Wrong identifier uid
- Time profile already unbound
- application/json
- Schema
- Example (from schema)
- Wrong identifier uid
- Wrong timeprofile uid
- Already unbound
Schema
- error string
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong identifier uid"
}
{
  "error": "Wrong timeprofile uid"
}
{
  "error": "Time profile already unbound"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...