unpin
Remove a ranking pin by specifying its symbol identifier or file path.
Instructions
Remove a ranking pin by target. Pass either symbol_id (for a pinned symbol) or file_path (for a pinned file). At least one is required. Returns JSON: { ok, deleted }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | No | Symbol FQN of the pin to remove | |
| file_path | No | File path of the pin to remove |