Delete an employee bank account
DELETE {{baseUrl}}/v1/employees/:employee_id/bank_accounts/:bank_account_uuid
Deletes an employee bank account. To update an employee's bank account details, delete the bank account first and create a new one.
scope: employee_payment_methods:write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. |