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


Notification Operations : Notification Operations : Delete Job Completed Notification Registration

Delete Job Completed Notification Registration
Description
Delete a job completed notification registration.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/job_completed_notification_registration/{UUID for the notification}/
To determine the UUID for a notification, see Get Job Completed Notification Registrations.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the job completed notification registration with the UUID e2ae9bc2-d70e-46d4-9af7-82d971827cb8.
DELETE http://blackpearl-hostname/_rest_/job_completed_notification_registration/e2ae9bc2-d70e-46d4-9af7-82d971827cb8 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content