FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<wmservice-url>/notificationTypes/<notificationTypeId>/unsubscribe |
---|---|
Parent Resource | Workflow Manager Service |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the client. |
Required Description: The email address to remove from the notification type's subscriber list. May contain tokens. |
Example 1: URL for unsubscribing from notification type ID 5 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/notificationTypes/5/unsubscribe?user=cjones&email=cjones@example.com{ "success": true }
{ "success": true }