Delete a Lock
Use the delete lock request to remove the lock from a conversation, allowing for the manual or automatic deletion of the conversation.
Endpoint
Method: DELETE
URL: /lock/:lockId
Path Parameter
Parameter Name | Data Type | Description | Required/Optional |
---|---|---|---|
| String | The ID of the lock to delete. | Required |
Response and Error Code
Response Code | Condition |
---|---|
204 | No Content |
The above 204 No Content response means that the lock with the specified lock ID has been deleted, you can always get the lock information for a specific conversation and confirm that it is removed using this request, the response of a conversation without a lock will be blank.