Delete Pool Partition Description Deletes the specified pool partition. A pool partition can only be deleted if it contains no members. Requests Syntax DELETE http[s]://{datapathDNSname}/_rest_/pool_partition/{pool partition UUID or other unique attribute}/ To determine the UUID for a pool partition, see Get Pool Partition. Responses Response Elements The operation returns status only. Notable status codes: § 204: No Content (success) § 404: Not Found Example Sample Request This request deletes the pool partition with the name ‘pool_partition_1’. DELETE http://blackpearl-hostname/_rest_/pool_partition/pool_partition_1/ HTTP/1.1 Sample Response HTTP/1.1 204 No Content