---
title: "Deletes a bank account entry from a given employee's bank accounts table."
method: DELETE
path: "/people/{id}/bank-accounts/{entry_id}"
tags: ["Employee Tables"]
---

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

`DELETE /people/{id}/bank-accounts/{entry_id}`

## Path parameters

- `id` string, required
- `entry_id` integer, required

## Response `200`

Entry deleted successfully

## Other responses

- `404` — Requested entry not found. Nothing was changed

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
