deleteTasks


SoftLayer_Network_Storage_Backup_Evault::deleteTasks

Delete task(s)

Description

This method can be used to help maintain the storage space on a vault. When a job is removed from the Webcc, the task and stored usage still exists on the vault. This method can be used to delete the associated task and its usage.

All that is required for the use of the method is to pass in an integer array of task(s).


Parameters

Name Type Description
tasks int[] Array of tasks to be deleted.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Backup_Evault/{SoftLayer_Network_Storage_Backup_EvaultID}/deleteTasks'