DELETE Syntax Details
DELETE
https://<array_name>:<port_number>/<version_number>/<object_set>/<object_ID_of_interest>
NOTE: Use the following substitutions for the variables in the query.
<array_name>= array management IP address or fully qualified domain name (FQDN)<port_number>= 5392<version_number>= v1<object_set>= supported object set name, such as volumes<object_ID_of_interest>= identifier of an unique object within an object set
Example to delete a volume:
DELETE
https://<array_name>:5392/v1/volumes/06230fbf64c154317d000000000000000000000051
For details, see cURL Code Sample.