Delete the Lock of a Party

Use the following details to delete the lock of a Party using REST interface:

HTTP Method

DELETE

Endpoint URL

See the REST Service Endpoint topic for more details.

Resource

/party/{id}/lock/{key}

Request Parameters

Provide values for the following parameters:

Parameter Name Data Type Mandatory
id string Yes
key string Yes

Request Model

Media Type: application/json

Response Model

{
  "data": {},
  "duration": 0,
  "result": {
    "code": "string",
    "message": "string",
    "params": [
      "string"
    ]
  },
  "startTimestampMS": 0
}

Response Codes and Descriptions

Response Code Description
204 No Content
401 Unauthorized
403 Forbidden