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 ObjectId. | `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
{tmdbId
Response
OK
ok
data
Errors
404
Not Found Error

