diff --git a/programming/cplusplus/samples/index.md b/programming/cplusplus/samples/index.md
index fe0eecb..52efbc8 100644
--- a/programming/cplusplus/samples/index.md
+++ b/programming/cplusplus/samples/index.md
@@ -34,7 +34,6 @@ In addition to the classic barcode decoding samples listed above, the following
| Sample Name | Description |
| --- | --- |
| DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. |
-| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
## Official Online Demo
diff --git a/programming/dotnet/samples/index.md b/programming/dotnet/samples/index.md
index 1a7a623..e1e417d 100644
--- a/programming/dotnet/samples/index.md
+++ b/programming/dotnet/samples/index.md
@@ -32,7 +32,6 @@ In addition to the classic barcode decoding samples listed above, the following
| Sample Name | Description |
| --- | --- |
| DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. |
-| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
## Official Online Demo
diff --git a/programming/java/samples/index.md b/programming/java/samples/index.md
index d741bee..b616a54 100644
--- a/programming/java/samples/index.md
+++ b/programming/java/samples/index.md
@@ -32,7 +32,6 @@ In addition to the classic barcode decoding samples listed above, the following
| Sample Name | Description |
| --- | --- |
| DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. |
-| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
## Official Online Demo
diff --git a/programming/python/samples/index.md b/programming/python/samples/index.md
index 63f17b0..7641b22 100644
--- a/programming/python/samples/index.md
+++ b/programming/python/samples/index.md
@@ -35,7 +35,6 @@ In addition to the classic barcode decoding samples listed above, the following
| Sample Name | Description |
| --- | --- |
| DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. |
-| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
## Official Online Demo