Delete images

Delete images

To delete images:

  1. When in Data, select one or multiple images.
  2. Click the Delete button on the floating bar.
  3. Click Delete.

🚧

Only Team Owners, Team Admins, and Project Admins (with permission) can delete images.

SDK function

To delete a list of images from a project:

sa.delete_images(
    project = "Project Name",
    image_names = ["image1.png", "image2.png"])