DELETE

Documentation

partiql-delete

In this example statement I am deleting the employee with LoginAlias = ‘katek’

DELETE FROM Employee
WHERE LoginAlias='katek'