I'm trying to perform a check-in for a user via REST, from an admin account using the endpoint "site.com"/REST/objects/0/116744/latest/checkedout.aspx?_method=PUT with the JSON:
{
"Value" : "0"
}
The response JSON indicates that it's locked by someone else. Is it possible to force the check-in/undo checkout?