FRAMES | NO FRAMES Description | Parameters | Examples | Response
Delete Record (Operation)
URL http://<extended-properties-url>/<tableName>/<recordId>/delete
Parent Resource Extended Properties

Description

Deletes a linked property record for 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 linked property record ID 2 of job ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/extendedProperties/JTXX_CUSTOMERS/2/delete?user=cjones

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }