Remove Image From Folder Endpoint

Removes multiple images from a folder by deleting the folder name tag.

Expects: - JSON with: - 'imageIds': list of image IDs to remove from the folder - 'folderName': the name of the folder to remove the images from - 'projectId'

Process: 1. Gets the project ID for each image 2. Checks if the folder exists for each project 3. Removes the folder name tag for each image if it exists

Returns: - Success message with results for each image - Detailed results including successful and failed operations

post/removeImagesFromFolder

Request body

imageIdsstring[] required
folderNamestring required
projectIdinteger required

Response

Successful Response

{"stackTrail":"paths:/removeImagesFromFolder:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes