Values.DeleteKxUserRequestSourceDeletes a user in the specified kdb environment.
type nonrec t = {userName : KxUserNameString.t;A unique identifier for the user that you want to delete.
*)environmentId : IdType.t;A unique identifier for the kdb environment.
*)clientToken : ClientToken.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?clientToken:??? ->
userName:KxUserNameString.t ->
environmentId:IdType.t ->
unit ->
t