Skip to main content
DELETE
Unassign employee from department

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Employee object needs to be unassigned to Department object

employeeId
string<uuid>
required

The identifier of the employee

departmentId
string<uuid>
required

The identifier of the department

Response

200 - application/json

Object

data
string
Example:

""

meta
object