This call starts the delete action in Anaplan.
Method and endpoint
POST
https://api.anaplan.com/2/0/workspaces/{workspaceID}/models/{modelID}/actions/{actionID}/tasks
Parameters
Parameter | Description |
AnaplanAuthToken:{token} | Your Anaplan authentication token value. |
workspaceID | The workspace ID |
modelID | The model ID |
actionID | The ID for the delete action. |
Curl example
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"}'
Response
{
"task":{
"taskId":"0690AA1C761F48549C3442A02F91D962"
}
}