Delete the Lock of a Party
Use the following details to delete the lock of a Party using the REST interface:
HTTP Method
DELETE
Endpoint URL
See the REST Service Endpoint topic for more details.
Resource
/restapi/v1/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
{ "result": { "code": { "severity": "Success", "message": "Success.", "code": "0000" }, "params": [], "message": "Success." }, "data": null, "startTimestampMS": 1659696338248, "duration": 192 }