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

Description

Marks the job 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.

Example Usage

Example 1: URL for unassigning job ID 5 in the "Workflow" service on sampleserver.

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

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }