Skip to main content
Skip table of contents

deleteFromSharePoint

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.