User1510331810 posted
Hi digish,
The easier way is to follow the documentation provide from microsoft,
In Table Storage each row have RowKey, you can delete where the rowKey is the one you want or
you retrieve the data first then delete that entity.
Hopefully this link below is helping you on delete a row
http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-table-storage-20/