• Deletes a masked email by setting the state to deleted

    Parameters

    • id: string

      The id of the masked email to delete

    • session: any

      The session object

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