action gettyimages_delete_v3_boards_board_id { label: "Delete a board" provider: gettyimages method: DELETE path: "/v3/boards/{board_id}" encoding: json input: { type: "object" properties: { "Accept-Language": { type: "string" description: "Provide a header to specify the language of result values. Supported values: cs (iStock only), de, en-GB, en-US, es, fi (iStock only), fr, hu (iStock only), id (iStock only), it, ja, ko (creative assets only), nl, pl (creative assets only), pt-BR, pt-PT, ro (iStock only), ru (creative assets only), sv, th (iStock only), tr, uk (iStock only), vi (iStock only), zh-HK (creative assets only)." } board_id: { type: "string" description: "Specify the board to delete." } } required: ["board_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }