DELETE /hr_api/v1/employees/:uuid

Deletes an existing Employee

Params

Property Required Details Location

uuid

Must be a String

URL

Examples

DELETE /hr_api/v1/employees/:uuid
{}
200
{
  "message": "Employee cannot be deleted because it is referenced by other data"
}