• Disables a masked email by setting the state to disabled

    Parameters

    • id: string

      The id of the masked email to disable

    • session: any

      The session object

    Returns Promise<{
        [key: string]: null;
    }>