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

Description

Deletes an attachment from a job.

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

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

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }