hey_remove_from_collection
Remove an email thread from a collection using its topic ID and collection ID. Idempotent operation returns success even if the thread is not in the collection.
Instructions
Remove an email thread from a collection. Idempotent — no error if not in the collection. Returns {success, error?}. Use hey_list_collections to find collection IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | The topic/thread ID to remove from the collection | |
| collection_id | Yes | The collection ID |