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

Path Params
string
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.
For testing purposes you can obtain the Employee ID from the URL in the user interface.

integer
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.

Responses
200

Entry deleted successfully

404

Requested entry not found. Nothing was changed

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here!