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

Changes

Changed in 4 of the 12 revisions of this API.338

  • e873dad2a18912See the full diff
    • deleted the header request parameter Training-Key

      request-parameter-removed

    • api operation id DeleteImages removed and replaced with Images_Delete

      api-operation-id-removed

    • api tag ImageApi removed

      api-tag-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter allImages

      new-optional-request-parameter

    • added the new optional query request parameter allIterations

      new-optional-request-parameter

    • the query request parameter imageIds became optional

      request-parameter-became-optional

    • added the success response with the status 202

      response-success-status-added

    • api operation id Images_Delete removed and replaced with DeleteImages

      api-operation-id-removed

    • api tag ImageApi added

      api-tag-added

    • added the new required header request parameter Training-Key

      new-required-request-parameter

    • the query request parameter imageIds became required

      request-parameter-became-required

    • removed the success response with the status 202

      response-success-status-removed

    • deleted the query request parameter allImages

      request-parameter-removed

    • deleted the query request parameter allIterations

      request-parameter-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog