Connect Your AppGolangUserDeleteVersion: 2.0.0On this pageDeleteDelete a user with specific user key or id.Parametersctx - The context of the request. userKey - The Key of the user. This is the unique key of the user.Implementationerr := Permit.Api.Users.Delete(ctx, "user-key")