Delete multiple Identifier items
Delete multiple Identifier items
- application/json
 
Request Body
- uid_items integer[] required
Possible values:
>= -1Array of UID for entities referenses.
 
Responses
- 200
 - 400
 - 401
 
OK
Bad Request
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- error string
 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body"
}
Unauthorized
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- error string
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...