Delete multiple profiles​
Delete multiple profiles
application/json
Request Body required
- Array [
- ]
profiles object[]
id uuid
Responses
- 200
- 400
- 500
Expected response to a valid request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
oneOf
Profiles
Job
profiles object[]
name string
profile_type_id uuid
status string
Possible values: [Active
, Inactive
, On Leave
, Terminated
]
id_proofing_status string
Possible values: [pending
, pass
, fail
]
created_at date-time
updated_at date-time
attributes object
property name* string
info string
job_status object
job_id string
status string
status int
{}
Bad Request - unable to complete.
application/json
Schema
Example (from schema)
Schema
oneOf
InvalidJson
ValidationErrors
error
error
errors
{}
Internal Server Error - returned on unhandled exceptions.
application/json
Schema
Example (from schema)
Schema
error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...