Delete Pool Failure Notification Registration Description Delete a pool failure notification registration. Requests Syntax DELETE http[s]://{datapathDNSname}/_rest_//pool_failure_notification_registration/{UUID for the notification}/ To determine the UUID for a notification, see Get Pool Failure Notification Registrations. 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 failure notification registration with the 3a082f87-e720-4d60-839d-d45216647f00. DELETE http://blackpearl-hostname/_rest_/pool_failure_notification_registration/3a082f87-e720-4d60-839d-d45216647f00 HTTP/1.1 Sample Response HTTP/1.1 204 No Content