FRAMES | NO FRAMES Description | Parameters | Examples | Response
Delete Dependency (Operation)
URL http://<dependency-url>/delete
Parent Resource Dependency

Description

Deletes a job dependency, and disconnects the dependency relationship between the associated jobs.

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 deleting dependency ID 24 of job ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/dependencies/24/delete?user=cjones

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }