|
|
|
|
|
by kromem
3012 days ago
|
|
You can absolutely delete. You just append data that represents a delete, and the client doesn't show that item or shows it as deleted. Yes, it doesn't remove that data from the chain and a client could easily end up undoing deletes, but if you think that server based deletes actually remove the data, you might be in for an unpleasant surprise depending on the servers in question. |
|