deleteFiles


SoftLayer_Network_Storage::deleteFiles

Delete multiple files within a Storage account.

Description

{{CloudLayerOnlyMethod}} Delete multiple files within a Storage account. Depending on the type of Storage account, Deleting either deletes files permanently or sends files to your account’s recycle bin.

Currently, Virtual Server storage is the only type of Storage account that sends files to a recycle bin when deleted. When called against a Virtual Server storage account , this method also determines if the files are in the account’s recycle bin. If the files exist in the recycle bin, then they are permanently deleted.

Please note, files can not be restored once they are permanently deleted.


Parameters

Name Type Description
fileIds string[] The id or guids of the files you wish to delete.

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throw the exception “Not yet implemented for this Storage type.” if the Storage type is not supported.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/deleteFiles'