v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Employee Tables

Deletes a bank account entry from a given employee's bank accounts table.

delete/people/{id}/bank-accounts/{entry_id}

Path parameters

idstring required

The ID of the employee for whom you want to delete the bank account entry. The employee ID is returned in the 'id' field when retrieving an employee's data. <br /> For testing purposes you can obtain the Employee ID from the URL in the user interface.

entry_idinteger required

The ID of the entry in the bank accounts table which you want to delete. To obtain the bank account entry use the GET /people/{id}/bank-accounts endpoint.

Response

Entry deleted successfully