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


Notification Operations : Notification Operations : Delete Job Created Notification Registration

Delete Job Created Notification Registration
Description
Delete a job created notification registration.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/job_created_notification_registration/{UUID for the notification}/
To determine the UUID for a notification, see Get Job Created Notification Registrations.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the job created notification registration with the UUID dfe027c8-e3ba-4e8a-a484-66d5577d5040.
DELETE http://blackpearl-hostname/_rest_/job_created_notification_registration/dfe027c8-e3ba-4e8a-a484-66d5577d5040 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content