Remove movie from collection

View as Markdown
**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

{collectionIdstringRequired
{tmdbIdstringRequired

Response

OK
okboolean
dataobject

Errors

404
Not Found Error