Delete Employees

Post
/employers/{employerId}/employees/delete

Used to delete multiple employees.
The body should contain an array of Ids to identify the employees to delete.

Store values

Parameters

string
The Id of the Employer to which the Employees belong

string[]
Try it

Possible Responses

204 No Content
400 Bad Request
409 Conflict