Remove Locks in Bulk Using Description
Use the remove locks by tag request to remove locks from conversations with a specific lock description (tag), this will remove all the locks with the specified description, removing these locks will allow the associated conversations to be manually or automatically deleted.
Endpoint
Method: POST
URL: /lock/bulk_remove_by_tag
Request Parameter
Parameter Name | Data Type | Description | Required/Optional |
---|---|---|---|
| String | Enter the lock description to use, all of the locks with a matching description will be removed. | Required |
Sample Request
{ "lockDesc": "Ongoing Sale" }
Response and Error Code
Response Code | Condition |
---|---|
200 | Ok |
The above 200 Ok response means that the locks with the specified description have been deleted, you can always get the lock information for a specific conversation and confirm that locks have been removed using this request, the response of a conversation without a lock will be blank.