Delete Bank Data

Delete system bank data with the given parameters.

SecurityapiKey
Request
Request Body schema: application/json
dataSourceId
string (BusinessPartnerStorageDataSourceId)

Unique identifier for a Data Source of the Storage.

Example: "648824a691d8d2503d65103e"
externalIds
Array of strings (BusinessPartnerExternalId)

List of External IDs to delete data.

Example: ["The ID managed in the customer's SAP systems."]
Responses
200

OK

post/system/banks/delete
Request samples
application/json
{
  • "dataSourceId": "648824a691d8d2503d65103e",
  • "externalIds": [
    ]
}
Response samples
application/json
{
  • "entriesToRemove": "10"
}