# Delete Bank Data Delete system bank data with the given parameters. Endpoint: POST /system/banks/delete Version: 2 Security: apiKey ## Request fields (application/json): - `dataSourceId` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `externalIds` (array) List of External IDs to delete data. Example: ["The ID managed in the customer's SAP systems."] ## Response 200 fields (application/json): - `entriesToRemove` (integer) Number of entries removed. Example: "10"