This call starts the delete action in Anaplan.

POST

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

ParameterDescription
AnaplanAuthToken:{token}Your Anaplan authentication token value.
workspaceIDThe workspace ID
modelIDThe model ID
actionIDThe ID for the delete action.

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

{

   "task":{

      "taskId":"0690AA1C761F48549C3442A02F91D962"

   }

}