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


Notification Operations : Notification Operations : Delete Object Cached Notification Registration

Delete Object Cached Notification Registration
Description
Delete an object cached notification registration.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/object_cached_notification_registration/{UUID for the notification}/
To determine the UUID for a notification, see Get Object Cached Notification Registrations.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the object cached notification registration with the UUID b7ed9175-aeb5-4cee-a696-0c858382453f.
DELETE http://blackpearl-hostname/_rest_/object_cached_notification_registration/b7ed9175-aeb5-4cee-a696-0c858382453f HTTP/1.1
Sample Response
HTTP/1.1 204 No Content