Spectra Logic
1-800-833-1132 : 1-303-449-6400


Notification Operations : Notification Operations : Delete Object Persisted Notification Registration

Delete Object Persisted Notification Registration
Description
Delete an object persisted notification registration.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/object_persisted_notification_registration/{UUID for the notification}/
To determine the UUID for a notification, see Get Object Persisted Notification Registrations.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the object persisted notification registration with the UUID 9c94de0f-a8c5-454f-abcb-f3ee47c9d8b1.
DELETE http://blackpearl-hostname/_rest_/object_persisted_notification_registration/9c94de0f-a8c5-454f-abcb-f3ee47c9d8b1 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content