"SoftLayer_" prefix removed for readability.
Delete a network storage volume
Delete a network storage volume. ‘‘‘This cannot be undone.’’’ At this time only network storage snapshots may be deleted with this method.
‘‘deleteObject’’ returns Boolean ‘’true’’ on successful deletion or ‘‘false’’ if it was unable to remove a volume;
None
None
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/deleteObject'