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