create_sync_collection_remove
Remove shows or movies from your Trakt collection using the sync endpoint. Provide the items in the request body to delete them from your library.
Instructions
Remove items from collection.
POST /sync/collection/remove
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |