Is it possible to delete models using Anaplan Connect/API? A sample script would be much appreciated.
Hi, There is this Bulk Delete Models endpoint in Anaplan Transactional API https://anaplanbulkapi20.docs.apiary.io/#BulkDeleteModels . In API documentation there is sample CURL Script for model deletion.
Hello
The "Bulk Delete Models" endpoint in the Anaplan Transactional API provides a convenient way to remove multiple models in Anaplan using an API call. Here's a sample CURL script for model deletion:
curl -X DELETE https://api.anaplan.com/2/0/models/bulkDelete \ -H "Authorization: AnaplanAuthToken <YourAuthToken>" \ -H "Content-Type: application/json" \ -d '{ "modelIds": ["ModelID1", "ModelID2", "ModelID3"] }'
This script sends a DELETE request to the Anaplan API endpoint, passing the Anaplan Auth Token in the Authorization header and providing a JSON payload with the list of model IDs you want to delete. Make sure to replace <YourAuthToken> with your actual Anaplan Auth Token and update the "modelIds" list with the IDs of the models you want to delete. Refer https://www.anaplan.com/resources/datasheets/anaplan-api-for-data-integrations/ |Golang Certification
<YourAuthToken>
"modelIds"
Thank you.
I have 2 lists used in modelling, In Input module I'm using subset of territories from Country List and subset of Regions from Flat list. But in Output module,Its reversed, I'm using subset of regions from Country list and subset of territories from flat list.How to derive the numbers from input to output module. I do have…
This shows all comments across all data to all users with access to the UX page. This is not appropriate for any UX which might contain security access sensitive data. Comments on grids and cards ARE security dependent. That works fine. But anyone with access to the page can open this Summary Panel and see ALL comments…
If anyone is aware of idea exchange ideas that are currently being evaluated by the product team, if you don't mind linking them here, would love to give them an upvote. Thanks!