Removes the lock from this object. At selection object unlock (eg: DELETE objects/{selectionId}/locks) the elements belonging to the selection will be unlocked. Selection unlock doesn't support children locks, call api with children lock parameter (default is withChildren=true) return code 400 Bad Request. If at least one element object (by selection) is locked by another user and the API call doesn't specify parameter ?asAdmin=true (default is asAdmin=false), than the user is forbidden to do selection unlock, the return code is 403 Forbidden. |