Skip to main content
DELETE
/
presence
/
locks
/
{resource_id}
Release Lock
curl --request DELETE \
  --url https://api.example.com/presence/locks/{resource_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

resource_id
string
required

Query Parameters

agent_id
string
required

Agent releasing the lock

Response

Successful Response