Deallocate Pool Description Deallocates the specified pool, which contains no data. Requests Syntax DELETE http[s]://{datapathDNSname}/_rest_/pool/{unique identifier or attribute}/?operation=DEALLOCATE To determine the UUID for a pool, see Get Pools. Request Parameters Parameter Description Required operation The operation to perform. For this request, the operation is to deallocate a pool. Value: DEALLOCATE yes Responses Response Elements The operation returns status only. Notable status codes: § 204: No Content (success) § 404: Not Found § 409: Conflict (pool is not empty) Example Sample Request This request deallocates the pool with the UUID 6f1db92a-05db-4e6d-9bd2-648a69a75cfe. DELETE http://blackpearl-hostname/_rest_/pool/6f1db92a-05db-4e6d-9bd2-648a69a75cfe/?operation=DEALLOCATE HTTP/1.1 Sample Response HTTP/1.1 204 No Content