Release an advisory lock on a resource.
Only the lock holder can release. Returns 409 if held by a different agent.
curl --request DELETE \
--url https://api.example.com/presence/locks/{resource_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request DELETE \
--url https://api.example.com/presence/locks/{resource_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}