Azure Data Explorer
Delete records
// view data
Compass
| where deviceId == 'pvzhdc8b1sn1'
| take 1000
// delete data
.delete table Compass records <|
Compass
| where deviceId == 'pvzhdc8b1sn1'
Last updated
Was this helpful?
Delete records
// view data
Compass
| where deviceId == 'pvzhdc8b1sn1'
| take 1000
// delete data
.delete table Compass records <|
Compass
| where deviceId == 'pvzhdc8b1sn1'
Last updated
Was this helpful?