UNPKG

flickr-sdk

Version:

Almost certainly the best Flickr API client in the world for node and the browser

13 lines (12 loc) 413 B
/** * 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; };