v9
latestSwagger 2.02026-07-135252167.7 KBImageApi
Delete images from the set of training images.
delete/projects/{projectId}/images
Path parameters
projectIdstring uuid required
The project id.
Query parameters
imageIdsstring[]
Ids of the images to be deleted. Limited to 256 images per batch.
allImagesboolean
Flag to specify delete all images, specify this flag or a list of images. Using this flag will return a 202 response to indicate the images are being deleted.
allIterationsboolean
Removes these images from all iterations, not just the current workspace. Using this flag will return a 202 response to indicate the images are being deleted.
Response
Accepted