Delete Identifier Entity
Delete Identifier Entity
Path Parameters
- identifierUid integer requiredPossible values: >= 1Unique Id for physical/input code identifier 
Responses
- 200
- 400
- 401
OK
Wrong identifier uid
- application/json
- Schema
- Example (from schema)
- Wrong J S O N body
- Wrong Identifier uid
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong Identifier uid"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...