This call returns a list of delete actions in Anaplan. Record the ID for the appropriate action.

GET

https://api.anaplan.com/2/0/workspaces/{workspaceID}/models/{modelID}/actions

ParameterDescription
AnaplanAuthToken:{token}Your Anaplan authentication token value.
workspaceIDThe workspace ID.
modelIDThe model ID.

curl -X GET \ https://api.anaplan.com/2/0/workspaces/0a800b00e0000000f000001eab0d0000/models/F1111111C11111111B11111F1111E11F/actions \ -H 'authorization: AnaplanAuthToken {token}' \ -H "Content-Type:application/json"

{

   "actions":[

      {

         "id":"117000000019",

         "name":"Delete From Org 2"

      },

      {

         "id":"117000000018",

         "name":"Open Other Buttons"

      },

      {

         "id":"117000000017",

         "name":"Delete Branch"

      }

   ]

}