/**
 * This file was auto-generated on 2023-10-24T15:44:49.844Z
 * flickr.photos.suggestions.rejectSuggestion
 * Reject a suggestion for a photo.
 * Permissions required: write
 */
export type FlickrPhotosSuggestionsRejectSuggestionParams = {
    /**
     * The unique ID of the suggestion to reject.
     */
    suggestion_id: string;
};
