Skip to main content
DELETE
Unassign employee from an entity group

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 of entity group object

entityGroupId
string<uuid>
required

The identifier of the group

employeeId
string<uuid>
required

The identifier of the employee

Response

204 - undefined