I am using the Okta.Sdk in a .net core project.
The requirement is to delete a user.
I am trying to use the DeactivateOrDeleteUserAsync endpoint to achieve this.
It seems necessary to call DeactivateOrDeleteUserAsync TWICE on the same user to actually delete them. The first time the user is set to Deactivated and the second time the user is actually deleted.
Is it possible to achieve deleting the user in one call?