Remove movie from collection
**What:** Owner-only. Remove a movie from the collection by TMDB id (no-op if not present).
**Auth:** Bearer token required.
**Path params:**
| Param | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | yes | Collection id. | `66b0c1d2e3f4a5b6c7d8e9f0` |
| tmdbId | integer | yes | TMDB movie id to remove. | `27205` |
**Returns:** `data = full`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
collectionId
Collection id.
tmdbId
Numeric TMDB movie id (> 0).
Response
OK
ok
data
Errors
401
Unauthorized Error
404
Not Found Error

