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.
Kindly assist me with the below lines. What i need to do first after creating the UX sheet. How to add Product SKU and Time context selectors in the Page. Include the following: Product SKU and Time context selectors. SYS00 Time Settings by Month module, Planning Period Filter for UX saved view (or create a custom view…
Hi, is it possible to use a Network Card in order to show an organizational structure which cannot be managed through Hierarchy Lists, cause there are branches that don't have the same hierarchy levels associated? Example: In a L1 COMPANY > L2 AREA > L3 SERVICE > L4 OFFICE There is a case like this: COMPANY A AREA A…
Hi - I cannot seem to create a migration for Assignment 3 and it will not allow me to update the hierarchy and proceed further. It seems to think that a link has already been created, but I don't see anything. Any ideas?