Hello @Joao Kuae,
Thanks for bringing this subject to the discussion.
It seems that you want to clear the sorting from all columns. After some searching I found that you can remove it by executing the following line:
GridAPI.GridManager.GetGridById($parameters.GridId).provider.itemsSource.sortDescriptions.clear()
Hope this helps,
Best Regards,
Tiago Pereira