Skip to main content
DELETE
Unassign employee to own the 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 to be owner of a group object

entityGroupId
string<uuid>
required

The identifier of the group

employeeId
string<uuid>
required

The identifier of the employee

Response

204 - undefined