/**
* This file was auto-generated on 2023-10-24T15:44:49.825Z
* flickr.photos.notes.delete
* Delete a note from a photo.
* Permissions required: write
*/
export type FlickrPhotosNotesDeleteParams = {
/**
* The id of the note to delete
*/
note_id: string;
};