release_path
Releases a path lock held by the current session on the session bus. Returns whether a lock was actually removed.
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. |