remove_from_collection
Remove a paper from a specific collection using its arXiv ID. Provide either the collection ID or name; the paper stays in your library.
Instructions
Remove a paper from a collection, addressed by collection_id OR collection_name. MUTATES (the paper stays in your library; it's only removed from this collection). Idempotent. Requires SF_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv ID of the paper to remove from the collection. | |
| collection_name | No | Name of the collection. Provide this OR collection_id. | |
| collection_id | No | UUID of the collection. Provide this OR collection_name. |