Delete Time Profile Entity
Delete Time Profile Entity
Path Parameters
- timeProfileUid integer requiredPossible values: >= 1Unique Id for time profile 
Responses
- 200
- 400
- 401
OK
Wrong Time Profile Uid
- application/json
- Schema
- Example (from schema)
- Wrong Time Profile Uid
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong Time Profile Uid"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...