When trying to use the API deleteObjectsJobs to create a job that should delete a list of files within IDL with 123 objects paths give us the following response:
[{"code":"mdsp.core.datalake.maxFilePathExceeded","message":"Object path size max limit exceeded.","logref":"7454dff66a47aeb"}]}"Solution
Limitation when creating the asynchronous job to delete multiple objects paths; the limit of the path is 100.
{"objects": [ { "path": "file/file1" }, ... {"path": "file/file101" }]
If you have > 100 paths, it will display the error:
"code": "mdsp.core.datalake.maxFilePathExceeded",
"message": "Object path size max limit exceeded.",
For more information: Integrated Data Lake Service
Notes
For additional support, please create a support case via the Support Centre.