Connect Your AppGolangUserDeleteOn this pageDelete Delete a user with specific user key or id. Parameters ctx - The context of the request. userKey - The Key of the user. This is the unique key of the user. Implementation err := Permit.Api.Users.Delete(ctx, "user-key")