action gettyimages_delete_v3_boards_board_id_assets { label: "Remove assets from a board" provider: gettyimages method: DELETE path: "/v3/boards/{board_id}/assets" 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)." } asset_ids: { type: "array" description: "List the assets to be removed from the board." items: { type: "string" } } board_id: { type: "string" description: "Specify the board to remove assets from." } } required: ["board_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }