unpin
Remove a ranking pin by target. Provide symbol ID or file path to delete, returns success status.
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 |