Delete images
Delete images
To delete images:
- When in Data, select one or multiple images.
- Click the Delete button on the floating bar.
- 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"])
Updated about 1 year ago