delete_lock
Remove a trade lock by its numeric ID. Use get_locks to find lock IDs, then delete them to release locked trades.
Instructions
Remove a specific trade lock by its ID. Use get_locks to list current locks and their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lock_id | Yes | Numeric ID of the lock to remove. Obtain from get_locks. |