You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,20 +35,17 @@ You can delete all rows in a table or just a specific extent.
35
35
36
36
* Delete all rows in a table:
37
37
38
-
```Kusto
38
+
```kusto
39
39
.drop extents from TestTable
40
40
```
41
41
42
42
* Delete a specific extent:
43
43
44
-
```Kusto
44
+
```kusto
45
45
.drop extent e9fac0d2-b6d5-4ce3-bdb4-dea052d13b42
46
46
```
47
47
48
48
## Delete individual rows using purge
49
49
50
-
> [!NOTE]
51
-
> Purge allows you to delete personal data from the device or service and can be used to support your obligations under the GDPR. If you're looking for general information about GDPR, see the [GDPR section of the Service Trust portal](https://servicetrust.microsoft.com/ViewPage/GDPRGetStarted).
52
-
53
50
[Data purge](/azure/kusto/management/data-purge) can be used for deleting individuals rows. Deletion isn't immediate and requires significant system resources. As such, it's only advised for compliance scenarios.
0 commit comments