Remove Photo from Unsplash Collection
unsplash_remove_photo_from_collectionRemove a specific photo from an Unsplash collection you own. Provide the collection ID and photo ID to delete the image after OAuth sign-in.
Instructions
Remove a photo from a collection owned by the authenticated user. Requires OAuth sign-in — run npx @hanoak/unsplash-mcp-server login first. Not read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Unsplash collection ID. | |
| photo_id | Yes | The Unsplash photo ID. |