Back to Doc Gov

Delete

var operation = TableOperation.Delete(myTableEntity);
var result = await myTable.ExecuteAsync(operation);