release_path
Release a held path lock for the current session on the session bus, returning whether the lock was removed. Only the lock holder can release it.
Instructions
Release a path lock held by this session on the session bus. Only the holder can release; returns whether a lock was actually removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The locked path to release. | |
| session_id | No | Session id releasing the lock. Defaults to the current session. |