# Delete Data Monitor Delete a data monitor for specific Bank Account Storage. Endpoint: DELETE /bankaccountstorages/{storageId}/datamonitors/{dataMonitorId} Version: 2 Security: apiKey ## Path parameters: - `storageId` (string, required) Unique identifier of the Bank Account Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `dataMonitorId` (string, required) Unique ID of a Bank Account Storage Data Monitor. Example: "ff864c7bfe38397b8c160bc624f97574" ## Response 200 fields (application/json): - `deleted` (integer) Number of deleted Data Monitors. Example: "1" - `failed` (integer) Number of failed deletions. Example: "1" ## Response 404 fields (application/json): - `id` (string) Unique identifier of the error. Example: "5c6a2c7e-9b0a-4e1a-8b0a-4e1a8b0a4e1a" - `path` (string) Requested path which caused this error. Example: "/v2/businesspartners/lookup" - `timestamp` (string) ISO 8601 representation of the timestamp. Example: "2025-08-29T09:46:42Z" - `message` (string) Details about the error. Example: "This user is not allowed to access this service." - `error` (string) RFC 7231 error which belongs to the status code. Example: "BAD_REQUEST" - `status` (integer) RFC 7231 status code for this error. Example: "400"