v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Employments
Create an employee termination
Create a termination for an employee. The only things required are an effective date (their last day of work) and whether they should receive their wages in a one-off termination payroll or with the rest of the company.
Note that some states require employees to receive their final wages within 24 hours (unless they consent otherwise,) in which case running a one-off payroll may be the only option.
scope: employments:write
post/v1/employees/{employee_id}/terminations
Path parameters
employee_idstring required
The UUID of the employee
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"effective_date": "2020-06-30",
"run_termination_payroll": false
}Response
Created