"SoftLayer_" prefix removed for readability.
Delete task(s)
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).
Name | Type | Description |
---|---|---|
tasks | int[] | Array of tasks to be deleted. |
None
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'