Delete Department

Deletes a company department and assigns all employee in the department to a new department(if provided) This endpoint can be called only by System and Admin level users.

Employee call will return Forbidden result even for Employee own company.

Path Params
int32
required

Company Id

int32
required

Department Id

Body Params

Department data

int32 | null

New Department Id

date-time

Effective Date

Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

Response
204

Department successfully deleted

Language
Credentials
Bearer
jwt
Response
Click Try It! to start a request and see the response here!