manager

Remove Employee

Soft delete an employee by setting is_active to false. Only allows deleting employees within the manager's organization.

delete/manager/employees/{employee_id}

Path parameters

employee_idstring uuid required

Response

Successful Response

messagestring required
employee_idstring required
twilio_phone_numberstring nullable

Changes