This call returns a list of delete actions in Anaplan. Record the ID for the appropriate action.
Method and endpoint
https://api.anaplan.com/2/0/workspaces/{workspaceID}/models/{modelID}/actions
Parameters
Parameter | Description |
AnaplanAuthToken:{token} | Your Anaplan authentication token value. |
workspaceID | The workspace ID. |
modelID | The model ID. |
Curl example
curl -X GET \ https://api.anaplan.com/2/0/workspaces/0a800b00e0000000f000001eab0d0000/models/F1111111C11111111B11111F1111E11F/actions \ -H 'authorization: AnaplanAuthToken {token}' \ -H "Content-Type:application/json"
Response
{
"actions":[
{
"id":"117000000019",
"name":"Delete From Org 2"
},
{
"id":"117000000018",
"name":"Open Other Buttons"
},
{
"id":"117000000017",
"name":"Delete Branch"
}
]
}