Delete Document Lock
Deleting a document lock is analogous to undoing check out of a document.
DELETE
/api/{version}/objects/documents/{doc_id}/lockURI Path Parameters
Section link for URI Path Parameters| Name | Description |
|---|---|
{doc_id} | The document id field value. |
Request
Section link for Requestcurl -X DELETE -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v18.2/objects/documents/534/lockResponse
Section link for Response{
"responseStatus": "SUCCESS",
"responseMessage": "Undo check out successful."
}Response Details
Section link for Response DetailsOn SUCCESS, Vault unlocks the document, allowing other users to lock/check out the document.