/**
 * 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 <a href="/services/api/flickr.photos.getInfo.html">flickr.photos.getInfo</a>.
     */
    tag_id: string;
};
