DeleteFile
Deletes the content of a file from Anaplan. This only removes private content. Default content and the import data source model object remain.
Procedure-Specific Information
For example:
EXEC DeleteFile ModelId = 'B64GD1234E9F1234567890123E', FileId = '112000000018'
Input
| Name | Type | Required | Description |
| WorkspaceId | String | False | The ID of the workspace. |
| ModelId | String | True | The ID of the model. |
| FileId | String | True | The ID of the file to delete. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |