Purge Lock

Description

For the specified feature service, return the locks for the owner of the dataset.

Request Parameters

Parameter

Details

f

Description: Optional parameter to specify the output format of the response. The default response format is html.

Values: html | json

version

Description : The name of the version that is locked.

Syntax: version=<versionName>

lockOwner

Description : The owner of the lock.

Syntax: lockOwner=<ownerId>

JSON Response Syntax

{
  "success" : <true | false>,
  "error" : { // only if success is false
    "extendedCode" : <HRESULT>,
    "message" : <error message>,
    "details" : [ <detail> ]
  }  
}