Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

DeleteStorageFile

Deletes a file from a specified Storage Bucket in Orchestrator.

Definition

Namespace: UiPath.Activities.System.API

Assembly: UiPath.System.Activities.Api (in UiPath.System.Activities.Api.dll)

Overloads

  
DeleteStorageFile(String, String)Deletes a file from a specified Storage Bucket in Orchestrator.
DeleteStorageFile(String, String, String)Deletes a file from a specified Storage Bucket in Orchestrator, at a specified folder path.
DeleteStorageFile(String, String, String, Int32)Deletes a file from a specified Storage Bucket in Orchestrator, at a specified folder path, and with TimeoutMS configured.

DeleteStorageFile(String, String)

Deletes a file from a specified Storage Bucket in Orchestrator.

void DeleteStorageFile(
	string path,
	string storageBucketName
)void DeleteStorageFile(
	string path,
	string storageBucketName
)
path String
The full path of the file you want to delete. The file must exist in the source Orchestrator Storage container.
storageBucketName String
The name of the Storage Bucket the file is located in.

DeleteStorageFile(String, String, String)

Deletes a file from a specified Storage Bucket in Orchestrator, at a specified folder path.

void DeleteStorageFile(
	string path,
	string storageBucketName,
	string folderPath
)void DeleteStorageFile(
	string path,
	string storageBucketName,
	string folderPath
)
path String
The full path of the file you want to delete. The file must exist in the source Orchestrator Storage container.
storageBucketName String
The name of the Storage Bucket the file is located in.
folderPath String
The path to the Orchestrator folder you want to use with this activity. If left empty, the current Orchestrator folder is used.

DeleteStorageFile(String, String, String, Int32)

Deletes a file from a specified Storage Bucket in Orchestrator, at a specified folder path, and with TimeoutMS configured.

void DeleteStorageFile(
	string path,
	string storageBucketName,
	string folderPath,
	int timeoutMS
)void DeleteStorageFile(
	string path,
	string storageBucketName,
	string folderPath,
	int timeoutMS
)
path String
The full path of the file you want to delete. The file must exist in the source Orchestrator Storage container.
storageBucketName String
The name of the Storage Bucket the file is located in.
folderPath String
The path to the Orchestrator folder you want to use with this activity. If left empty, the current Orchestrator folder is used.
timeoutMS Int32
Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.