Delete all Locks of an Item
Use the following details to delete all locks of an Item using the REST interface:
HTTP Method
DELETE
Endpoint URL
See the REST Service Endpoint topic for more details.
Resource
/restapi/v1/item/{id}/lock
Request Parameters
Provide values for the following parameters:
Parameter Name | Data Type | Mandatory |
---|---|---|
id | string | Yes |
Request Model
Media Type: application/json
Response Model
{ "data": {}, "duration": 0, "result": { "code": "string", "message": "string", "params": [ "string" ] }, "startTimestampMS": 0 }