Skip to main content

Delete an employee payroll

DELETE 

/api/employee-payrolls/{id}

Required permissions:

  • payroll.employees: allows deleting employee payrolls.

Request

Path Parameters

    id integerrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the employee payroll to delete

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Employee payroll successfully deleted.

Loading...