# Delete Image Permanently remove an image from a dataset. This will also delete the image files and associated thumbnails. Constraints: * Cannot delete images from completed datasets Endpoint: DELETE /tailored-gen/datasets/{dataset_id}/images/{image_id} ## Path parameters: - `dataset_id` (string, required) Dataset ID - `image_id` (integer, required) Image ID ## Header parameters: - `api_token` (string, required) ## Response 409 fields (application/json): - `message` (string) Error message explaining the conflict