deleteFromSharePoint
The SharePoint integration requires additional licenses. Please contact support@documill.com to enable the licenses.
Delete file from SharePoint.
Attributes
host | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the hostname of the SharePoint site e.g. “mycompany.sharepoint.com”. |
site | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the name of the SharePoint site e.g. “MySite”. |
fileName | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the name of the file that is to be deleted. Only required if fileID is not defined. |
fileID | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the ID of the SharePoint file to be deleted. Takes precedence over folder and fileName. Only required if fileName is not defined. |
folder | ||
---|---|---|
Required | Value type | EL-evaluated |
No | String | Yes |
Defines the name of the folder where the file is located. Only used if fileID is not defined. |