FRAMES | NO FRAMES Description | Parameters | Examples | Response
Unsubscribe from Notification (Operation)
URL http://<wmservice-url>/notificationTypes/<notificationTypeId>/unsubscribe
Parent Resource Workflow Manager Service

Description

Removes an email address from the subscriber list for a specific notification type.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json
user Required
Description: The username of the client.
email Required
Description: The email address to remove from the notification type's subscriber list. May contain tokens.

Example Usage

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

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }