/** * This file was auto-generated on 2023-10-24T15:44:49.834Z * flickr.photos.removeTag * Remove a tag from a photo. * Permissions required: write */ export type FlickrPhotosRemoveTagParams = { /** * The tag to remove from the photo. This parameter should contain a tag id, as returned by flickr.photos.getInfo. */ tag_id: string; };