Connect Your AppNodeJSUserdeleteUserVersion: 2.0.0On this pagedeleteUserDelete a user with specific user key or id.ParametersuserId - The id of the user. This is the unique key of the user.Implementationconst response = await permit.api.deleteUser(userId);