How to delete multiple members using the Essbase 21c REST API?
Summary:
I'm using the rest api to delete members from the Essbase outline using the mbrDelete command. It works when I specify only one member but fails with this error when I try and delete multiple members in one json payload.
"Dimension build failed. Error code [1060375]. Check the server log file and the dimension build error file for possible additional info." There's no extra info in the log.
This is the curl command I'm using:
curl -k -X POST "https://myessbase.com/essbase/rest/v1/applications/Sample/databases/Basic/boe" -H Accept:application/json -H Content-Type:application/json --data "@./mbrDelete.json" -u USER:PASSWORD
Tagged:
0