FRAMES | NO FRAMES Description | Parameters | Examples | Response
Unassign Jobs (Operation)
URL http://<jobs-url>/unassign
Parent Resource Jobs

Description

Marks one or more jobs as unassigned (not assigned to a user or group).

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.
jobs Required
Description: A comma-separated list of job IDs.

Example Usage

Example 1: URL for unassigning job IDs 5, 6, and 9 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/unassign?user=cjones&jobs=5,6,9

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }