DELETE /hr_api/v1/employments/:uuid

Deletes an existing Employment

Params

Property Required Details Location

uuid

Must be a String

URL

Examples

DELETE /hr_api/v1/employments/:uuid
{}
200
{
  "message": "Employment  deleted"
}